You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2011/12/07 17:13:30 UTC

svn commit: r1211495 - in /httpd/httpd/trunk/modules: apreq/apreq_module_apache2.h proxy/ajp.h proxy/fcgi_protocol.h proxy/mod_proxy_fdpass.h

Author: jorton
Date: Wed Dec  7 16:13:30 2011
New Revision: 1211495

URL: http://svn.apache.org/viewvc?rev=1211495&view=rev
Log:
* modules/: More doxy group fixes.

Modified:
    httpd/httpd/trunk/modules/apreq/apreq_module_apache2.h
    httpd/httpd/trunk/modules/proxy/ajp.h
    httpd/httpd/trunk/modules/proxy/fcgi_protocol.h
    httpd/httpd/trunk/modules/proxy/mod_proxy_fdpass.h

Modified: httpd/httpd/trunk/modules/apreq/apreq_module_apache2.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/apreq/apreq_module_apache2.h?rev=1211495&r1=1211494&r2=1211495&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/apreq/apreq_module_apache2.h (original)
+++ httpd/httpd/trunk/modules/apreq/apreq_module_apache2.h Wed Dec  7 16:13:30 2011
@@ -29,7 +29,7 @@
 
 /**
  * @defgroup mod_apreq2 Apache 2.X Filter Module
- * @ingroup apreq_module
+ * @ingroup APACHE_MODS
  * @brief mod_apreq2 - DSO that ties libapreq2 to Apache HTTPD 2.X.
  *
  * mod_apreq2 provides the "APREQ2" input filter for using libapreq2

Modified: httpd/httpd/trunk/modules/proxy/ajp.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/ajp.h?rev=1211495&r1=1211494&r2=1211495&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/ajp.h (original)
+++ httpd/httpd/trunk/modules/proxy/ajp.h Wed Dec  7 16:13:30 2011
@@ -18,8 +18,8 @@
  * @file ajp.h
  * @brief Apache Jserv Protocol
  *
- * @defgroup AJP_defines AJP definitions
- * @ingroup  MOD_PROXY
+ * @defgroup AJP_defines mod_proxy AJP definitions
+ * @ingroup  APACHE_INTERNAL
  * @{
  */
 

Modified: httpd/httpd/trunk/modules/proxy/fcgi_protocol.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/fcgi_protocol.h?rev=1211495&r1=1211494&r2=1211495&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/fcgi_protocol.h (original)
+++ httpd/httpd/trunk/modules/proxy/fcgi_protocol.h Wed Dec  7 16:13:30 2011
@@ -18,7 +18,8 @@
  * @file fcgi_protocol.h
  * @brief FastCGI protocol defines
  *
- * @addtogroup FCGI_defines
+ * @defgroup FCGI_defines FastCGI protocol definition
+ * @ingroup APACHE_INTERNAL
  * @{
  */
 

Modified: httpd/httpd/trunk/modules/proxy/mod_proxy_fdpass.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_proxy_fdpass.h?rev=1211495&r1=1211494&r2=1211495&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/mod_proxy_fdpass.h (original)
+++ httpd/httpd/trunk/modules/proxy/mod_proxy_fdpass.h Wed Dec  7 16:13:30 2011
@@ -18,7 +18,7 @@
  * @file mod_proxy_fdpass.h
  * @brief FD Passing interfaces
  *
- * @addtogroup FDPass_provider
+ * @ingroup APACHE_INTERNAL
  * @{
  */