From 6140215e2d54b038dbe90f955051596982af24cc Mon Sep 17 00:00:00 2001 From: batrick Date: Wed, 30 May 2012 20:44:21 +0000 Subject: [PATCH] Add explicit tags for stdnse.lua since it sets the environment manually (it defines stdnse.module). --- nselib/stdnse.lua | 2 ++ 1 file changed, 2 insertions(+) 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"