mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +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
|
|
@ -5,7 +5,7 @@
|
|||
--
|
||||
-- The <code>DigestMD5</code> class contains all code necessary to calculate
|
||||
-- a DIGEST-MD5 response based on the servers challenge and the other
|
||||
-- necessary arguments (@see DigestMD5.new).
|
||||
-- necessary arguments.
|
||||
-- It can be called through the SASL helper or directly like this:
|
||||
-- <code>
|
||||
-- local dmd5 = DigestMD5:new(chall, user, pass, "AUTHENTICATE", nil, "imap")
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
--
|
||||
-- The <code>NTLM</code> class contains all code necessary to calculate a
|
||||
-- NTLM response based on the servers challenge and the other necessary
|
||||
-- arguments (@see NTLM.new). It can be called through the SASL helper or
|
||||
-- arguments. It can be called through the SASL helper or
|
||||
-- directly like this:
|
||||
-- <code>
|
||||
-- local ntlm = NTLM:new(chall, user, pass)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue