mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 17:39:03 +00:00
Fixed typos for some nsedoc tag names:
INFO processing file `nselib/datafiles.lua' ERROR undefined handler for tag `type' INFO processing file `nselib/dns.lua' ERROR undefined handler for tag `result' ERROR undefined handler for tag `result' INFO processing file `nselib/netbios.lua' ERROR undefined handler for tag `returns' INFO processing file `nselib/snmp.lua' ERROR undefined handler for tag `result' INFO processing file `scripts/SSLv2-support.nse' ERROR undefined handler for tag `ouput' Removed a @see tag which refers to Lua's string.format rather than to NSE docs: INFO generating file `docs/modules/stdnse.html' ERROR unresolved reference to symbol `string.format'
This commit is contained in:
@@ -15,7 +15,7 @@ local stdnse = require "stdnse"
|
||||
|
||||
---
|
||||
-- Capture patterns for common data files, indexed by filename.
|
||||
-- @type table
|
||||
-- @class table
|
||||
-- @name common_files
|
||||
-- @see parse_file
|
||||
local common_files = {
|
||||
|
||||
Reference in New Issue
Block a user