]> granicus.if.org Git - apache/commitdiff
Ignore ctags/etags output, some small Doxygen fixes
authorSander Temme <sctemme@apache.org>
Tue, 13 Nov 2007 18:41:17 +0000 (18:41 +0000)
committerSander Temme <sctemme@apache.org>
Tue, 13 Nov 2007 18:41:17 +0000 (18:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@594607 13f79535-47bb-0310-9956-ffa450edef68

docs/doxygen.conf
modules/http/mod_core.h
server/util_debug.c

index 286e29358d8d1527196f92a5765dc907103030e6..614940f4c6b847aeb278b3696c5476d1eefdbb7d 100644 (file)
@@ -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
index 47b8a704aedb5d032da9a5911e7ef5635e616b33..59d076ab13de0dd619259890e4c4ee00bee238e2 100644 (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
  *          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);
  
index 0fefc5c8bc251b819a4f1feeb75b7c8cd7b08756..0387c724b84cad82a9e645c3774ad01496e311b5 100644 (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
  * @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