diff --git a/nselib/stdnse.lua b/nselib/stdnse.lua index 4ea6232dd..7ce532a7c 100644 --- a/nselib/stdnse.lua +++ b/nselib/stdnse.lua @@ -3,6 +3,8 @@ -- functions that are too small to justify modules of their own. -- -- @copyright Same as Nmap--See http://nmap.org/book/man-legal.html +-- @class module +-- @name stdnse local _G = require "_G" local math = require "math"