You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2008/03/29 23:34:03 UTC

svn commit: r642631 - /httpd/httpd/trunk/include/ap_expr.h

Author: rpluem
Date: Sat Mar 29 15:33:51 2008
New Revision: 642631

URL: http://svn.apache.org/viewvc?rev=642631&view=rev
Log:
* Add some doxygen stub / stuff

Modified:
    httpd/httpd/trunk/include/ap_expr.h

Modified: httpd/httpd/trunk/include/ap_expr.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_expr.h?rev=642631&r1=642630&r2=642631&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_expr.h (original)
+++ httpd/httpd/trunk/include/ap_expr.h Sat Mar 29 15:33:51 2008
@@ -14,6 +14,11 @@
  * limitations under the License.
  */
 
+/**
+ * @file ap_expr.h
+ * @brief Expression parser
+ */
+
 #ifndef AP_EXPR_H
 #define AP_EXPR_H