You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sc...@apache.org on 2007/11/13 19:41:18 UTC

svn commit: r594607 - in /httpd/httpd/trunk: ./ docs/doxygen.conf modules/http/mod_core.h server/util_debug.c

Author: sctemme
Date: Tue Nov 13 10:41:17 2007
New Revision: 594607

URL: http://svn.apache.org/viewvc?rev=594607&view=rev
Log:
Ignore ctags/etags output, some small Doxygen fixes

Modified:
    httpd/httpd/trunk/   (props changed)
    httpd/httpd/trunk/docs/doxygen.conf
    httpd/httpd/trunk/modules/http/mod_core.h
    httpd/httpd/trunk/server/util_debug.c

Propchange: httpd/httpd/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Nov 13 10:41:17 2007
@@ -40,3 +40,5 @@
 *.vcproj.*
 autom4te.cache
 httpd.spec
+tags
+TAGS

Modified: httpd/httpd/trunk/docs/doxygen.conf
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/doxygen.conf?rev=594607&r1=594606&r2=594607&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/doxygen.conf (original)
+++ httpd/httpd/trunk/docs/doxygen.conf Tue Nov 13 10:41:17 2007
@@ -57,6 +57,8 @@
 
 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

Modified: httpd/httpd/trunk/modules/http/mod_core.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http/mod_core.h?rev=594607&r1=594606&r2=594607&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http/mod_core.h (original)
+++ httpd/httpd/trunk/modules/http/mod_core.h Tue Nov 13 10:41:17 2007
@@ -85,7 +85,7 @@
  * @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);
  

Modified: httpd/httpd/trunk/server/util_debug.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util_debug.c?rev=594607&r1=594606&r2=594607&view=diff
==============================================================================
--- httpd/httpd/trunk/server/util_debug.c (original)
+++ httpd/httpd/trunk/server/util_debug.c Tue Nov 13 10:41:17 2007
@@ -113,7 +113,7 @@
  *        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