From 494ce5e2472fdef463469dccd1deaf949f9f0311 Mon Sep 17 00:00:00 2001 From: dmiller Date: Sat, 8 Sep 2018 17:07:02 +0000 Subject: [PATCH] Add necessary NSEdoc to knx.lua --- nselib/knx.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nselib/knx.lua b/nselib/knx.lua index 37b7a2a95..64cc58c06 100644 --- a/nselib/knx.lua +++ b/nselib/knx.lua @@ -1,5 +1,9 @@ --- Functions for communicating with Konnex (KNX) devices - +-- +-- @author Niklaus Schiess, Dominik Schneider +-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html +-- @class module +-- @name knx local ipOps = require "ipOps" local string = require "string"