mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 08:29:04 +00:00
NSEdoc cleanup
Mostly splitting function summaries (the first paragraph of NSEdoc) from the body of the description to make the summary indexes shorter and easier to scan. Also fixed some unbalanced code tags like <code>foo</table>
This commit is contained in:
@@ -71,9 +71,10 @@ function addrow(t, ...)
|
||||
nextrow(t)
|
||||
end
|
||||
|
||||
--- Move on to the next row in the table. If this is not called
|
||||
-- then previous column values will be over-written by subsequent
|
||||
-- values.
|
||||
--- Move on to the next row in the table.
|
||||
--
|
||||
-- If this is not called then previous column values will be over-written by
|
||||
-- subsequent values.
|
||||
-- @param t The table.
|
||||
function nextrow(t)
|
||||
assert(t)
|
||||
|
||||
Reference in New Issue
Block a user