From abb2cab7e41204f52e0a0a1b55926765b6aaeb90 Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 3 Mar 2014 20:12:53 +0000 Subject: [PATCH] Fix NSEdoc tag: @class, not @type --- nselib/ajp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/ajp.lua b/nselib/ajp.lua index 108a457ff..40d21b094 100644 --- a/nselib/ajp.lua +++ b/nselib/ajp.lua @@ -349,7 +349,7 @@ Comm = { --- AJP Request options -- @name ajp.options --- @type table +-- @class table -- @field auth table with username and password fields -- @field timeout Socket timeout in milliseconds. Default: 5000 Helper = {