From 187d9190c0b06e50c5388df38e16746e104e5256 Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 7 Jul 2016 22:12:13 +0000 Subject: [PATCH] Add missing nsedoc tags, needed because stdnse.module not used --- nselib/bin.lua | 3 +++ nselib/bit.lua | 2 ++ nselib/bits.lua | 3 +++ 3 files changed, 8 insertions(+) diff --git a/nselib/bin.lua b/nselib/bin.lua index b72b72885..c6e1d5dfd 100644 --- a/nselib/bin.lua +++ b/nselib/bin.lua @@ -38,6 +38,9 @@ -- -- Note that the endian operators work as modifiers to all the -- characters following them in the format string. +-- +-- @class module +-- @name bin local debug2 = require "stdnse".debug2 diff --git a/nselib/bit.lua b/nselib/bit.lua index 3f8005cbb..9085e54c5 100644 --- a/nselib/bit.lua +++ b/nselib/bit.lua @@ -5,6 +5,8 @@ -- -- @copyright BSD License -- @see https://www.lua.org/manual/5.3/manual.html#3.4.2 +-- @class module +-- @name bit local select = select diff --git a/nselib/bits.lua b/nselib/bits.lua index a263a14e4..7308c6725 100644 --- a/nselib/bits.lua +++ b/nselib/bits.lua @@ -4,6 +4,9 @@ -- @author Patrick Donnelly -- @copyright Same as Nmap -- see https://nmap.org/book/man-legal.html -- @see https://www.lua.org/manual/5.3/manual.html#3.4.2 +-- +-- @class module +-- @name bits local assert = assert local error = error