mirror of
https://github.com/nmap/nmap.git
synced 2026-02-11 07:56:35 +00:00
Use @param luadoc for stdnse.pretty_printer, not @args
This commit is contained in:
@@ -1170,8 +1170,8 @@ end
|
||||
-- printer function. The printer function takes a sole string
|
||||
-- argument and will be called repeatedly.
|
||||
--
|
||||
-- @args obj The object to pretty print.
|
||||
-- @args printer The printer function.
|
||||
-- @param obj The object to pretty print.
|
||||
-- @param printer The printer function.
|
||||
function pretty_printer (obj, printer)
|
||||
if printer == nil then printer = print end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user