From 4ac9672dde6f1a313c532082a9c2332da09582f6 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Sat, 29 Mar 2008 22:33:51 +0000 Subject: [PATCH] * Add some doxygen stub / stuff git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@642631 13f79535-47bb-0310-9956-ffa450edef68 --- include/ap_expr.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/ap_expr.h b/include/ap_expr.h index 6812bb7b84..a87d322a9f 100644 --- a/include/ap_expr.h +++ b/include/ap_expr.h @@ -14,6 +14,11 @@ * limitations under the License. */ +/** + * @file ap_expr.h + * @brief Expression parser + */ + #ifndef AP_EXPR_H #define AP_EXPR_H -- 2.40.0