]> granicus.if.org Git - apache/commitdiff
More doxygenation.
authorBen Laurie <ben@apache.org>
Sun, 11 Mar 2001 23:24:56 +0000 (23:24 +0000)
committerBen Laurie <ben@apache.org>
Sun, 11 Mar 2001 23:24:56 +0000 (23:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88494 13f79535-47bb-0310-9956-ffa450edef68

docs/doxygen.conf
include/httpd.h

index 41a6e9c4eec020a401c55c066c90851e2e57cabf..cf3da69b287bafc6b0635ffb54f7936351d92ef2 100644 (file)
@@ -9,5 +9,11 @@ OUTPUT_DIRECTORY=docs/dox
 MACRO_EXPANSION=YES
 EXPAND_ONLY_PREDEF=YES
 EXPAND_AS_DEFINED=AP_DECLARE
+# not sure why this doesn't work as EXPAND_AS_DEFINED, it should!
+PREDEFINED=APR_DECLARE(x)=x APR_DECLARE_NONSTD(x)=x
 
 OPTIMIZE_OUTPUT_FOR_C=YES
+
+FULL_PATH_NAMES=YES
+# some autoconf guru needs to make configure set this correctly...
+STRIP_FROM_PATH=/usr/home/ben/work/httpd-2.0
index 80a2d8849ef74f81d4744678a5f6f3b8f31a71e2..b8ebd49070743d0ae8d234edce7e7681c9f0a933 100644 (file)
@@ -60,8 +60,8 @@
 #define APACHE_HTTPD_H
 
 /**
- * \file httpd.h
- * \brief HTTP Daemon routines
+ * @file httpd.h
+ * @brief HTTP Daemon routines
  */
 
 /* XXX - We need to push more stuff to other .h files, or even .c files, to