1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00

Add explicit tags for stdnse.lua since it sets the environment

manually (it defines stdnse.module).
This commit is contained in:
batrick
2012-05-30 20:44:21 +00:00
parent 0a334c1237
commit 6140215e2d

View File

@@ -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"