From fe96153a91c345d24bb456476402bc06d31b704b Mon Sep 17 00:00:00 2001 From: david Date: Thu, 26 Jan 2012 17:07:43 +0000 Subject: [PATCH] Remove --- from some non-NSEDoc comments. --- scripts/http-generator.nse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/http-generator.nse b/scripts/http-generator.nse index 067e0f943..40e17ce65 100644 --- a/scripts/http-generator.nse +++ b/scripts/http-generator.nse @@ -20,7 +20,7 @@ categories = {"default", "discovery", "safe"} -- @args http-generator.path Specify the path you want to check for a generator meta tag (default to '/'). -- @args http-generator.redirects Specify the maximum number of redirects to follow (defaults to 3). ---- Changelog: +-- Changelog: -- 2011-12-23 Michael Kohl : -- + Initial version -- 2012-01-10 Michael Kohl : @@ -38,7 +38,7 @@ categories = {"default", "discovery", "safe"} -- + update documentation -- + add changelog ---- TODO: +-- TODO: -- more generic generator pattern require('http')