From 7d19ce41b25b4725229ae171ddfea567ebce622c Mon Sep 17 00:00:00 2001 From: Sander Temme Date: Tue, 13 Nov 2007 18:41:17 +0000 Subject: [PATCH] Ignore ctags/etags output, some small Doxygen fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@594607 13f79535-47bb-0310-9956-ffa450edef68 --- docs/doxygen.conf | 2 ++ modules/http/mod_core.h | 2 +- server/util_debug.c | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/doxygen.conf b/docs/doxygen.conf index 286e29358d..614940f4c6 100644 --- a/docs/doxygen.conf +++ b/docs/doxygen.conf @@ -57,6 +57,8 @@ PREDEFINED="APR_DECLARE(x)=x" \ OPTIMIZE_OUTPUT_FOR_C=YES +GENERATE_TREEVIEW=YES + FULL_PATH_NAMES=YES # some autoconf guru needs to make configure set this correctly... #STRIP_FROM_PATH=/var/www/lxr/source diff --git a/modules/http/mod_core.h b/modules/http/mod_core.h index 47b8a704ae..59d076ab13 100644 --- a/modules/http/mod_core.h +++ b/modules/http/mod_core.h @@ -85,7 +85,7 @@ char *ap_response_code_string(request_rec *r, int error_index); * @warning Modules should be very careful about using this, and should * the default behavior. Much of the HTTP/1.1 implementation * correctness depends on the full headers. - * @deffunc void ap_basic_http_header(request_rec *r, apr_bucket_brigade *bb) + * @fn void ap_basic_http_header(request_rec *r, apr_bucket_brigade *bb) */ AP_DECLARE(void) ap_basic_http_header(request_rec *r, apr_bucket_brigade *bb); diff --git a/server/util_debug.c b/server/util_debug.c index 0fefc5c8bc..0387c724b8 100644 --- a/server/util_debug.c +++ b/server/util_debug.c @@ -113,7 +113,7 @@ AP_DECLARE(void *) ap_get_module_config(const ap_conf_vector_t *cv, * usually r->per_dir_config or s->module_config * @param m The module to set the data for. * @param val The module-specific data to set - * @deffunc void ap_set_module_config(ap_conf_vector_t *cv, const module *m, void *val) + * @fn void ap_set_module_config(ap_conf_vector_t *cv, const module *m, void *val) */ #if defined(ap_set_module_config) #undef ap_set_module_config -- 2.40.0