From fdfa85de3722b65cbf3a7af54d27b24d122970c2 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Mon, 3 Oct 2011 13:32:30 +0200 Subject: [PATCH] Add comment to describe file content. The name of the file is not really explicit. This patch adds doxygen to have an easy to use description in the generated documentation. --- src/detect-engine-hcbd.c | 4 ++++ src/detect-engine-hcd.c | 3 +++ src/detect-engine-hhd.c | 3 +++ src/detect-engine-hmd.c | 3 +++ src/detect-engine-hrhd.c | 3 +++ src/detect-engine-hrud.c | 2 ++ 6 files changed, 18 insertions(+) diff --git a/src/detect-engine-hcbd.c b/src/detect-engine-hcbd.c index 848532928c..4393379c46 100644 --- a/src/detect-engine-hcbd.c +++ b/src/detect-engine-hcbd.c @@ -18,6 +18,10 @@ /** \file * * \author Anoop Saldanha + * + * \brief Handle HTTP request body match corresponding to http_client_body + * keyword. + * */ #include "suricata-common.h" diff --git a/src/detect-engine-hcd.c b/src/detect-engine-hcd.c index 2447ad6e2a..bd771468ad 100644 --- a/src/detect-engine-hcd.c +++ b/src/detect-engine-hcd.c @@ -18,6 +18,9 @@ /** \file * * \author Anoop Saldanha + * + * \brief Handle HTTP cookie match + * */ #include "suricata-common.h" diff --git a/src/detect-engine-hhd.c b/src/detect-engine-hhd.c index baf3533ff0..a5b69592c7 100644 --- a/src/detect-engine-hhd.c +++ b/src/detect-engine-hhd.c @@ -18,6 +18,9 @@ /** \file * * \author Anoop Saldanha + * + * \brief Handle HTTP header match + * */ #include "suricata-common.h" diff --git a/src/detect-engine-hmd.c b/src/detect-engine-hmd.c index 85d6d22f20..3b76b3e095 100644 --- a/src/detect-engine-hmd.c +++ b/src/detect-engine-hmd.c @@ -18,6 +18,9 @@ /** \file * * \author Anoop Saldanha + * + * \brief Handle HTTP method match + * */ #include "suricata-common.h" diff --git a/src/detect-engine-hrhd.c b/src/detect-engine-hrhd.c index 578a7fd9b8..b3464fc3bc 100644 --- a/src/detect-engine-hrhd.c +++ b/src/detect-engine-hrhd.c @@ -18,6 +18,9 @@ /** \file * * \author Anoop Saldanha + * + * \brief Handle HTTP raw header match. + * */ #include "suricata-common.h" diff --git a/src/detect-engine-hrud.c b/src/detect-engine-hrud.c index 1a6549fc19..6a50ed5d61 100644 --- a/src/detect-engine-hrud.c +++ b/src/detect-engine-hrud.c @@ -18,6 +18,8 @@ /** \file * * \author Anoop Saldanha + * + * \brief Handle HTTP raw uri match */ #include "suricata-common.h"