summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Laurie <ben@apache.org>2001-03-11 23:24:56 +0000
committerBen Laurie <ben@apache.org>2001-03-11 23:24:56 +0000
commite49204885521e1b6d2b6e77ab0260e6593f72b5e (patch)
treec4f65d3422d0f6d61ae0f5a39bfa2347ac13d690
parentef5bf37c4d126bc1365dea25c8ddfb4c4604fafb (diff)
downloadhttpd-e49204885521e1b6d2b6e77ab0260e6593f72b5e.tar.gz
More doxygenation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88494 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/doxygen.conf6
-rw-r--r--include/httpd.h4
2 files changed, 8 insertions, 2 deletions
diff --git a/docs/doxygen.conf b/docs/doxygen.conf
index 41a6e9c4ee..cf3da69b28 100644
--- a/docs/doxygen.conf
+++ b/docs/doxygen.conf
@@ -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
diff --git a/include/httpd.h b/include/httpd.h
index 80a2d8849e..b8ebd49070 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -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