mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 04:39:03 +00:00
Corrected the NSEDoc formatting and wording.
This commit is contained in:
@@ -5,8 +5,9 @@
|
|||||||
-- allows a script to add runtime checking so that undeclared globals cause
|
-- allows a script to add runtime checking so that undeclared globals cause
|
||||||
-- an error to be raised. This is useful for finding accidental use of globals
|
-- an error to be raised. This is useful for finding accidental use of globals
|
||||||
-- when local was intended.
|
-- when local was intended.
|
||||||
|
--
|
||||||
-- A global variable is considered 'declared' if the script makes an assignment
|
-- A global variable is considered 'declared' if the script makes an assignment
|
||||||
-- to the global name (even nil).
|
-- to the global name (even nil) in the file scope.
|
||||||
--
|
--
|
||||||
-- @class module
|
-- @class module
|
||||||
-- @name strict
|
-- @name strict
|
||||||
|
|||||||
Reference in New Issue
Block a user