Loading docs/doxygen.conf +6 −0 Original line number Diff line number Diff line Loading @@ -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 include/httpd.h +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
docs/doxygen.conf +6 −0 Original line number Diff line number Diff line Loading @@ -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
include/httpd.h +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading