You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ia...@apache.org on 2005/08/29 01:05:15 UTC

svn commit: r263931 [3/3] - in /httpd/httpd/trunk: ./ docs/ include/ modules/aaa/ modules/arch/win32/ modules/cache/ modules/dav/fs/ modules/dav/lock/ modules/dav/main/ modules/experimental/ modules/filters/ modules/generators/ modules/http/ modules/ld...

Modified: httpd/httpd/trunk/server/mpm/experimental/event/pod.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/experimental/event/pod.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/experimental/event/pod.h (original)
+++ httpd/httpd/trunk/server/mpm/experimental/event/pod.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,14 @@
  * limitations under the License.
  */
 
+/**
+ * @file  event/pod.h
+ * @brief pod definitions
+ *
+ * @addtogroup APACHE_MPM_EVENT
+ * @{
+ */
+
 #include "apr.h"
 #include "apr_strings.h"
 #define APR_WANT_STRFUNC
@@ -49,3 +57,4 @@
 AP_DECLARE(apr_status_t) ap_mpm_pod_close(ap_pod_t * pod);
 AP_DECLARE(apr_status_t) ap_mpm_pod_signal(ap_pod_t * pod, int graceful);
 AP_DECLARE(void) ap_mpm_pod_killpg(ap_pod_t * pod, int num, int graceful);
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/experimental/leader/mpm.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/experimental/leader/mpm.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/experimental/leader/mpm.h (original)
+++ httpd/httpd/trunk/server/mpm/experimental/leader/mpm.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,15 @@
  * limitations under the License.
  */
 
+/**
+ * @file leader/mpm.h
+ * @brief Unix Leader-Follower MPM
+ *
+ * @defgroup APACHE_MPM_LEADER Unix Leader-Follower MPM
+ * @ingroup APACHE_MPM APACHE_OS_UNIX
+ * @{
+ */
+ 
 #include "scoreboard.h"
 #include "unixd.h"
 
@@ -50,3 +59,4 @@
 extern char ap_coredump_dir[MAX_STRING_LEN];
 
 #endif /* APACHE_MPM_LEADER_H */
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/experimental/leader/mpm_default.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/experimental/leader/mpm_default.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/experimental/leader/mpm_default.h (original)
+++ httpd/httpd/trunk/server/mpm/experimental/leader/mpm_default.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,14 @@
  * limitations under the License.
  */
 
+/**
+ * @file  leader/mpm_default.h
+ * @brief Leader-Follower MPM defaults
+ *
+ * @addtogroup APACHE_MPM_LEADER
+ * @{
+ */
+
 #ifndef APACHE_MPM_DEFAULT_H
 #define APACHE_MPM_DEFAULT_H
 
@@ -67,3 +75,4 @@
 #endif
 
 #endif /* AP_MPM_DEFAULT_H */
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/experimental/perchild/mpm.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/experimental/perchild/mpm.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/experimental/perchild/mpm.h (original)
+++ httpd/httpd/trunk/server/mpm/experimental/perchild/mpm.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,15 @@
  * limitations under the License.
  */
 
+/**
+ * @file  perchild/mpm.h
+ * @brief Unix Perchild MPM
+ *
+ * @defgroup APACHE_MPM_PERCHILD Uinx Perchild MPM
+ * @ingroup  APACHE_MPM APACHE_OS_UNIX
+ * @{
+ */
+
 #include "httpd.h"
 #include "mpm_default.h"
 #include "unixd.h"
@@ -58,3 +67,4 @@
 extern server_rec *ap_server_conf;
 
 #endif /* APACHE_MPM_PERCHILD_H */
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/experimental/perchild/mpm_default.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/experimental/perchild/mpm_default.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/experimental/perchild/mpm_default.h (original)
+++ httpd/httpd/trunk/server/mpm/experimental/perchild/mpm_default.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,14 @@
  * limitations under the License.
  */
 
+/**
+ * @file  perchild/mpm_default.h
+ * @brief perchild MPM defaults
+ *
+ * @addtogroup APACHE_MPM_PERCHILD
+ * @{
+ */
+
 #ifndef APACHE_MPM_DEFAULT_H
 #define APACHE_MPM_DEFAULT_H
 
@@ -69,3 +77,4 @@
 #endif
 
 #endif /* AP_MPM_DEFAULT_H */
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/experimental/threadpool/mpm.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/experimental/threadpool/mpm.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/experimental/threadpool/mpm.h (original)
+++ httpd/httpd/trunk/server/mpm/experimental/threadpool/mpm.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,15 @@
  * limitations under the License.
  */
 
+/**
+ * @file  threadpool/mpm.h
+ * @brief Unix Threadpool MPM
+ *
+ * @defgroup APACHE_MPM_THREADPOOL Unix Threadpool MPM
+ * @ingroup  APACHE_OS_UNIX APACHE_MPM
+ * @{
+ */
+
 #include "scoreboard.h"
 #include "unixd.h"
 
@@ -49,3 +58,4 @@
 extern char ap_coredump_dir[MAX_STRING_LEN];
 
 #endif /* APACHE_MPM_THREADPOOL_H */
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/experimental/threadpool/mpm_default.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/experimental/threadpool/mpm_default.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/experimental/threadpool/mpm_default.h (original)
+++ httpd/httpd/trunk/server/mpm/experimental/threadpool/mpm_default.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,14 @@
  * limitations under the License.
  */
 
+/**
+ * @file  threadpool/mpm_default.h
+ * @brief Unix Threadpool MPM defaults
+ *
+ * @addtogroup APACHE_MPM_THREADPOOL
+ * @{
+ */
+
 #ifndef APACHE_MPM_DEFAULT_H
 #define APACHE_MPM_DEFAULT_H
 
@@ -67,3 +75,4 @@
 #endif
 
 #endif /* AP_MPM_DEFAULT_H */
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/experimental/threadpool/pod.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/experimental/threadpool/pod.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/experimental/threadpool/pod.h (original)
+++ httpd/httpd/trunk/server/mpm/experimental/threadpool/pod.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,14 @@
  * limitations under the License.
  */
 
+/**
+ * @file threadpool/pod.h
+ * @brief Threadpool Pipe of Death declarations
+ *
+ * @addtogroup APACHE_MPM_THREADPOOL
+ * @{
+ */
+
 #include "apr.h"
 #include "apr_strings.h"
 #define APR_WANT_STRFUNC
@@ -48,3 +56,4 @@
 AP_DECLARE(apr_status_t) ap_mpm_pod_close(ap_pod_t *pod);
 AP_DECLARE(apr_status_t) ap_mpm_pod_signal(ap_pod_t *pod, int graceful);
 AP_DECLARE(void) ap_mpm_pod_killpg(ap_pod_t *pod, int num, int graceful);
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/mpmt_os2/mpm.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/mpmt_os2/mpm.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/mpmt_os2/mpm.h (original)
+++ httpd/httpd/trunk/server/mpm/mpmt_os2/mpm.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,14 @@
  * limitations under the License.
  */
 
+/**
+ * @file  mpmt_os2/mpm.h
+ * @brief MPM for os2
+ *
+ * @defgroup APACHE_MPM_OS2 os2 MPM
+ * @ingroup  APACHE_OS_OS2 APACHE_MPM
+ */
+ 
 #ifndef APACHE_MPM_MPMT_OS2_H
 #define APACHE_MPM_MPMT_OS2_H
 
@@ -32,3 +40,4 @@
 #define AP_MPM_WANT_SET_MAX_MEM_FREE
 
 #endif /* APACHE_MPM_MPMT_OS2_H */
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/mpmt_os2/mpm_default.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/mpmt_os2/mpm_default.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/mpmt_os2/mpm_default.h (original)
+++ httpd/httpd/trunk/server/mpm/mpmt_os2/mpm_default.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,14 @@
  * limitations under the License.
  */
 
+/**
+ * @file  mpmt_os2/mpm_default.h
+ * @brief os2 MPM defaults
+ * 
+ * @addtogroup APACHE_MPM_OS2
+ * @{
+ */
+
 #ifndef APACHE_MPM_DEFAULT_H
 #define APACHE_MPM_DEFAULT_H
 
@@ -57,3 +65,4 @@
 #endif
 
 #endif /* AP_MPM_DEFAULT_H */
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/netware/mpm.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/netware/mpm.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/netware/mpm.h (original)
+++ httpd/httpd/trunk/server/mpm/netware/mpm.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,15 @@
  * limitations under the License.
  */
 
+/**
+ * @file  netware/mpm.h
+ * @brief Netware MPM
+ *
+ * @defgroup APACHE_MPM_NETWARE Netware MPM
+ * @ingroup  APACHE_OS_NETWARE APACHE_MPM
+ * @{
+ */
+
 #include "scoreboard.h"
 
 #ifndef APACHE_MPM_THREADED_H
@@ -46,3 +55,4 @@
 extern server_rec *ap_server_conf;
 
 #endif /* APACHE_MPM_THREADED_H */
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/netware/mpm_default.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/netware/mpm_default.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/netware/mpm_default.h (original)
+++ httpd/httpd/trunk/server/mpm/netware/mpm_default.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,13 @@
  * limitations under the License.
  */
 
+/**
+ * @file  netware/mpm_default.h
+ * @brief Defaults for Netware MPM
+ *
+ * @addtogroup APACHE_MPM_NETWARE
+ * @{
+ */
 #ifndef APACHE_MPM_DEFAULT_H
 #define APACHE_MPM_DEFAULT_H
 
@@ -112,3 +119,4 @@
 #endif
 
 #endif /* AP_MPM_DEFAULT_H */
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/prefork/mpm.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/prefork/mpm.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/prefork/mpm.h (original)
+++ httpd/httpd/trunk/server/mpm/prefork/mpm.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,15 @@
  * limitations under the License.
  */
 
+/**
+ * @file prefork/mpm.h
+ * @brief Unix Prefork MPM (default for Uinx systems)
+ *
+ * @defgroup APACHE_MPM_PREFORK Unix Prefork
+ * @ingroup  APACHE_MPM APACHE_OS_UNIX
+ * @{
+ */
+
 #include "httpd.h"
 #include "mpm_default.h"
 #include "scoreboard.h"
@@ -50,3 +59,4 @@
 extern int ap_max_daemons_limit;
 extern server_rec *ap_server_conf;
 #endif /* APACHE_MPM_PREFORK_H */
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/prefork/mpm_default.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/prefork/mpm_default.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/prefork/mpm_default.h (original)
+++ httpd/httpd/trunk/server/mpm/prefork/mpm_default.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,14 @@
  * limitations under the License.
  */
 
+/**
+ * @file  prefork/mpm_default.h
+ * @brief Prefork MPM defaults
+ *
+ * @addtogroup APACHE_MPM_PREFORK
+ * @{
+ */
+
 #ifndef APACHE_MPM_DEFAULT_H
 #define APACHE_MPM_DEFAULT_H
 
@@ -63,3 +71,4 @@
 #endif
 
 #endif /* AP_MPM_DEFAULT_H */
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/winnt/Win9xConHook.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/winnt/Win9xConHook.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/winnt/Win9xConHook.h (original)
+++ httpd/httpd/trunk/server/mpm/winnt/Win9xConHook.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,14 @@
  * limitations under the License.
  */
 
+/**
+ * @file  Win9xConHook.h
+ * @brief ??? 
+ *
+ * @addtogroup APACHE_MPM_WINNT
+ * @{
+ */
+
 #ifndef AP_WIN9XCONHOOK_H
 #define AP_WIN9XCONHOOK_H
 
@@ -55,3 +63,4 @@
 #endif /* WIN32 */
 
 #endif AP_WIN9XCONHOOK_H
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/winnt/mpm.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/winnt/mpm.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/winnt/mpm.h (original)
+++ httpd/httpd/trunk/server/mpm/winnt/mpm.h Sun Aug 28 16:03:59 2005
@@ -14,14 +14,22 @@
  * limitations under the License.
  */
 
-#ifndef APACHE_MPM_H
-#define APACHE_MPM_H
-
-/* mpm.h is the place to make declarations that are MPM specific but that must be 
+/**
+ * @file  winnt/mpm.h
+ * @brief MPM for Windows NT
+ * 
+ * this is the place to make declarations that are MPM specific but that must be 
  * shared with non-mpm specific code in the server.  Hummm, perhaps we can
  * move most of this stuff to mpm_common.h?
+ *
+ * @defgroup APACHE_MPM_WINNT WinNT MPM
+ * @ingroup  APACHE_OS_WIN32 APACHE_MPM
+ * @{
  */
 
+#ifndef APACHE_MPM_H
+#define APACHE_MPM_H
+
 #include "scoreboard.h"
 
 #define MPM_NAME "WinNT"
@@ -38,3 +46,4 @@
 extern server_rec *ap_server_conf;
 
 #endif /* APACHE_MPM_H */
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/winnt/mpm_default.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/winnt/mpm_default.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/winnt/mpm_default.h (original)
+++ httpd/httpd/trunk/server/mpm/winnt/mpm_default.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,14 @@
  * limitations under the License.
  */
 
+/**
+ * @file  winnt/mpm_default.h
+ * @brief win32 MPM defaults
+ *
+ * @addtogroup APACHE_MPM_WINNT
+ * @{
+ */
+
 #ifndef APACHE_MPM_DEFAULT_H
 #define APACHE_MPM_DEFAULT_H
 
@@ -78,3 +86,4 @@
 #endif
 
 #endif /* AP_MPM_DEFAULT_H */
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.h (original)
+++ httpd/httpd/trunk/server/mpm/winnt/mpm_winnt.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,14 @@
  * limitations under the License.
  */
 
+/**
+ * @file  mpm_winnt.h
+ * @brief WinNT MPM specific 
+ *
+ * @addtogroup APACHE_MPM_WINNT
+ * @{
+ */
+
 #ifndef APACHE_MPM_WINNT_H
 #define APACHE_MPM_WINNT_H
 
@@ -119,3 +127,4 @@
 apr_status_t  mpm_post_completion_context(PCOMP_CONTEXT pCompContext, io_state_e state);
 void hold_console_open_on_error(void);
 #endif /* APACHE_MPM_WINNT_H */
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/worker/fdqueue.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/worker/fdqueue.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/worker/fdqueue.h (original)
+++ httpd/httpd/trunk/server/mpm/worker/fdqueue.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,14 @@
  * limitations under the License.
  */
 
+/**
+ * @file  worker/fdqueue.h
+ * @brief fd queue declarations
+ *
+ * @addtogroup APACHE_MPM_WORKER
+ * @{
+ */
+
 #ifndef FDQUEUE_H
 #define FDQUEUE_H
 #include "httpd.h"
@@ -62,3 +70,4 @@
 apr_status_t ap_queue_term(fd_queue_t *queue);
 
 #endif /* FDQUEUE_H */
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/worker/mpm.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/worker/mpm.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/worker/mpm.h (original)
+++ httpd/httpd/trunk/server/mpm/worker/mpm.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,15 @@
  * limitations under the License.
  */
 
+/**
+ * @file worker/mpm.h
+ * @brief Unix Worker MPM
+ *
+ * @defgroup APACHE_MPM_WORKER Unix Worker MPM
+ * @ingroup  APACHE_OS_UNIX APACHE_MPM
+ * @{
+ */
+
 #include "scoreboard.h"
 #include "unixd.h"
 
@@ -50,3 +59,4 @@
 extern char ap_coredump_dir[MAX_STRING_LEN];
 
 #endif /* APACHE_MPM_WORKER_H */
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/worker/mpm_default.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/worker/mpm_default.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/worker/mpm_default.h (original)
+++ httpd/httpd/trunk/server/mpm/worker/mpm_default.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,14 @@
  * limitations under the License.
  */
 
+/**
+ * @file  worker/mpm_default.h
+ * @brief Worker MPM defaults
+ *
+ * @addtogroup APACHE_MPM_WORKER
+ * @{
+ */
+
 #ifndef APACHE_MPM_DEFAULT_H
 #define APACHE_MPM_DEFAULT_H
 
@@ -67,3 +75,4 @@
 #endif
 
 #endif /* AP_MPM_DEFAULT_H */
+/** @} */

Modified: httpd/httpd/trunk/server/mpm/worker/pod.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/mpm/worker/pod.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/worker/pod.h (original)
+++ httpd/httpd/trunk/server/mpm/worker/pod.h Sun Aug 28 16:03:59 2005
@@ -14,6 +14,14 @@
  * limitations under the License.
  */
 
+/**
+ * @file worker/pod.h
+ * @brief Worker MPM Pipe of Death
+ *
+ * @addtogroup APACHE_MPM_WORKER
+ * @{
+ */
+
 #include "apr.h"
 #include "apr_strings.h"
 #define APR_WANT_STRFUNC
@@ -48,3 +56,4 @@
 AP_DECLARE(apr_status_t) ap_mpm_pod_close(ap_pod_t *pod);
 AP_DECLARE(apr_status_t) ap_mpm_pod_signal(ap_pod_t *pod, int graceful);
 AP_DECLARE(void) ap_mpm_pod_killpg(ap_pod_t *pod, int num, int graceful);
+/** @} */

Modified: httpd/httpd/trunk/server/request.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/request.c?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/request.c (original)
+++ httpd/httpd/trunk/server/request.c Sun Aug 28 16:03:59 2005
@@ -15,9 +15,10 @@
  */
 
 /*
- * http_request.c: functions to get and process requests
+ * @file  request.c
+ * @brief functions to get and process requests
  *
- * Rob McCool 3/21/93
+ * @author Rob McCool 3/21/93
  *
  * Thoroughly revamped by rst for Apache.  NB this file reads
  * best from the bottom up.

Modified: httpd/httpd/trunk/server/vhost.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/vhost.c?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/server/vhost.c (original)
+++ httpd/httpd/trunk/server/vhost.c Sun Aug 28 16:03:59 2005
@@ -14,9 +14,10 @@
  * limitations under the License.
  */
 
-/*
- * http_vhost.c: functions pertaining to virtual host addresses
- *      (configuration and run-time)
+/**
+ * @file  vhost.c 
+ * @brief functions pertaining to virtual host addresses
+ *        (configuration and run-time)
  */
 
 #include "apr.h"

Modified: httpd/httpd/trunk/support/suexec.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/support/suexec.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/support/suexec.h (original)
+++ httpd/httpd/trunk/support/suexec.h Sun Aug 28 16:03:59 2005
@@ -14,9 +14,10 @@
  * limitations under the License.
  */
 
-/*
- * suexec.h -- user-definable variables for the suexec wrapper code.
- *             (See README.configure on how to customize these variables.)
+/**
+ * @file  suexec.h
+ * @brief user-definable variables for the suexec wrapper code.
+ *        (See README.configure on how to customize these variables.)
  */
 
 

Modified: httpd/httpd/trunk/support/win32/ApacheMonitor.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/support/win32/ApacheMonitor.h?rev=263931&r1=263930&r2=263931&view=diff
==============================================================================
--- httpd/httpd/trunk/support/win32/ApacheMonitor.h (original)
+++ httpd/httpd/trunk/support/win32/ApacheMonitor.h Sun Aug 28 16:03:59 2005
@@ -14,7 +14,9 @@
  * limitations under the License.
  */
 
-/* Resource definitions for ApacheMonitor.rc and ApacheMonitor.c
+/**
+ * @file  ApacheMonitor.h
+ * @brief Resource definitions for ApacheMonitor.rc and ApacheMonitor.c
  */
 
 #define IDD_DLGSERVICES                 101