diff options
author | Ruediger Pluem <rpluem@apache.org> | 2008-03-29 23:33:51 +0100 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2008-03-29 23:33:51 +0100 |
commit | 4ac9672dde6f1a313c532082a9c2332da09582f6 (patch) | |
tree | 64e5f08e6d476f9f9304564fe7251507e61f37bc /include/ap_expr.h | |
parent | * Prevent multiple "execution" of ap_expr.h contents when included multiple (diff) | |
download | apache2-4ac9672dde6f1a313c532082a9c2332da09582f6.tar.xz apache2-4ac9672dde6f1a313c532082a9c2332da09582f6.zip |
* Add some doxygen stub / stuff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@642631 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_expr.h')
-rw-r--r-- | include/ap_expr.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |