mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 20:41:12 +00:00
Fix some @see NSEdoc
https://secwiki.org/w/Nmap/Code_Standards#NSEdoc_best-practices
This commit is contained in:
parent
4cef3889f1
commit
e296cdea2a
4 changed files with 12 additions and 10 deletions
|
|
@ -41,7 +41,8 @@ ERRORS = {
|
|||
LDAP_SIZELIMIT_EXCEEDED = 4
|
||||
}
|
||||
|
||||
-- Application constants
|
||||
--- Application constants
|
||||
-- @class table
|
||||
APPNO = {
|
||||
BindRequest = 0,
|
||||
BindResponse = 1,
|
||||
|
|
@ -192,7 +193,8 @@ end
|
|||
|
||||
-- Encodes an LDAP Application operation and its data as a sequence
|
||||
--
|
||||
-- @param appno LDAP application number @see <code>APPNO</code>
|
||||
-- @param appno LDAP application number
|
||||
-- @see APPNO
|
||||
-- @param isConstructed boolean true if constructed, false if primitive
|
||||
-- @param data string containing the LDAP operation content
|
||||
-- @return string containing the encoded LDAP operation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue