Commit dee25663 authored by Ben Laurie's avatar Ben Laurie
Browse files

More doxygenation.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88494 13f79535-47bb-0310-9956-ffa450edef68
parent 8f470299
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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