From: Ben Laurie Date: Sun, 11 Mar 2001 23:24:56 +0000 (+0000) Subject: More doxygenation. X-Git-Tag: 2.0.15~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e49204885521e1b6d2b6e77ab0260e6593f72b5e;p=apache More doxygenation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88494 13f79535-47bb-0310-9956-ffa450edef68 --- 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