1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 00:19:01 +00:00

Fix some @see NSEdoc

https://secwiki.org/w/Nmap/Code_Standards#NSEdoc_best-practices
This commit is contained in:
dmiller
2014-03-04 17:04:58 +00:00
parent 4cef3889f1
commit e296cdea2a
4 changed files with 12 additions and 10 deletions

View File

@@ -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