From eccbed389de574e4a87740914469928016643d3a Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 12 Jan 2017 16:55:58 +0000 Subject: [PATCH] Tentative use of @see nsedoc for linking scripts --- scripts/http-methods.nse | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/http-methods.nse b/scripts/http-methods.nse index 93f78b322..cf344ec0f 100644 --- a/scripts/http-methods.nse +++ b/scripts/http-methods.nse @@ -53,6 +53,10 @@ only the potentially risky methods are shown. -- POST -- OPTIONS -- +-- +-- @see http-method-tamper +-- @see http-trace +-- @see http-put author = {"Bernd Stroessenreuther ", "Gyanendra Mishra"}