1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-05 05:30:39 +03:00

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
This commit is contained in:
Sander Temme
2007-11-13 18:41:17 +00:00
parent 6f81634e7a
commit 7d19ce41b2
3 changed files with 4 additions and 2 deletions

View File

@@ -57,6 +57,8 @@ PREDEFINED="APR_DECLARE(x)=x" \
OPTIMIZE_OUTPUT_FOR_C=YES OPTIMIZE_OUTPUT_FOR_C=YES
GENERATE_TREEVIEW=YES
FULL_PATH_NAMES=YES FULL_PATH_NAMES=YES
# some autoconf guru needs to make configure set this correctly... # some autoconf guru needs to make configure set this correctly...
#STRIP_FROM_PATH=/var/www/lxr/source #STRIP_FROM_PATH=/var/www/lxr/source

View File

@@ -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 * @warning Modules should be very careful about using this, and should
* the default behavior. Much of the HTTP/1.1 implementation * the default behavior. Much of the HTTP/1.1 implementation
* correctness depends on the full headers. * 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); AP_DECLARE(void) ap_basic_http_header(request_rec *r, apr_bucket_brigade *bb);

View File

@@ -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 * usually r->per_dir_config or s->module_config
* @param m The module to set the data for. * @param m The module to set the data for.
* @param val The module-specific data to set * @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) #if defined(ap_set_module_config)
#undef ap_set_module_config #undef ap_set_module_config