mirror of
https://github.com/nmap/nmap.git
synced 2025-12-28 10:29:03 +00:00
NSEdoc cleanup.
1. The first paragraph of a function's NSEdoc is used as a short summary. Some of these were very long, so I split off a shorter summary. 2. Use asterisks (*) to denote bulletted lists, not 'o' 3. Wrap lines at 80 columns 4. a couple other spelling and formatting fixes
This commit is contained in:
@@ -190,8 +190,8 @@ AMQP = {
|
||||
end,
|
||||
|
||||
--- Performs the AMQP handshake and determines
|
||||
-- o The AMQP protocol version
|
||||
-- o The server properties/capabilities
|
||||
-- * The AMQP protocol version
|
||||
-- * The server properties/capabilities
|
||||
--
|
||||
-- @return status, true on success, false on failure
|
||||
-- @return error string containing error message if status is false
|
||||
|
||||
Reference in New Issue
Block a user