1
0
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:
dmiller
2013-11-28 23:26:11 +00:00
parent 66efa2840a
commit 39cdd05864

View File

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