Skip to content

Commit b56400a

Browse files
author
Sander Temme
committed
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
1 parent 4a15941 commit b56400a

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/doxygen.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ PREDEFINED="APR_DECLARE(x)=x" \
5757

5858
OPTIMIZE_OUTPUT_FOR_C=YES
5959

60+
GENERATE_TREEVIEW=YES
61+
6062
FULL_PATH_NAMES=YES
6163
# some autoconf guru needs to make configure set this correctly...
6264
#STRIP_FROM_PATH=/var/www/lxr/source

modules/http/mod_core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ char *ap_response_code_string(request_rec *r, int error_index);
8585
* @warning Modules should be very careful about using this, and should
8686
* the default behavior. Much of the HTTP/1.1 implementation
8787
* correctness depends on the full headers.
88-
* @deffunc void ap_basic_http_header(request_rec *r, apr_bucket_brigade *bb)
88+
* @fn void ap_basic_http_header(request_rec *r, apr_bucket_brigade *bb)
8989
*/
9090
AP_DECLARE(void) ap_basic_http_header(request_rec *r, apr_bucket_brigade *bb);
9191

server/util_debug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ AP_DECLARE(void *) ap_get_module_config(const ap_conf_vector_t *cv,
113113
* usually r->per_dir_config or s->module_config
114114
* @param m The module to set the data for.
115115
* @param val The module-specific data to set
116-
* @deffunc void ap_set_module_config(ap_conf_vector_t *cv, const module *m, void *val)
116+
* @fn void ap_set_module_config(ap_conf_vector_t *cv, const module *m, void *val)
117117
*/
118118
#if defined(ap_set_module_config)
119119
#undef ap_set_module_config

0 commit comments

Comments
 (0)