You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2006/07/27 18:22:00 UTC

svn commit: r426120 - /httpd/httpd/branches/2.0.x/modules/arch/win32/mod_isapi.h

Author: wrowe
Date: Thu Jul 27 09:21:59 2006
New Revision: 426120

URL: http://svn.apache.org/viewvc?rev=426120&view=rev
Log:

  Doxygenation from trunk, no code change

Modified:
    httpd/httpd/branches/2.0.x/modules/arch/win32/mod_isapi.h

Modified: httpd/httpd/branches/2.0.x/modules/arch/win32/mod_isapi.h
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/modules/arch/win32/mod_isapi.h?rev=426120&r1=426119&r2=426120&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/modules/arch/win32/mod_isapi.h (original)
+++ httpd/httpd/branches/2.0.x/modules/arch/win32/mod_isapi.h Thu Jul 27 09:21:59 2006
@@ -14,6 +14,15 @@
  * limitations under the License.
  */
 
+/**
+ * @file mod_isapi.h
+ * @brief ISAPI module extension to Apache
+ *
+ * @defgroup MOD_ISAPI mod_isapi
+ * @ingroup  APACHE_MODS
+ * @{
+ */
+
 #ifndef MOD_ISAPI_H
 #define MOD_ISAPI_H
 
@@ -258,3 +267,5 @@
 #endif
 
 #endif	/* !MOD_ISAPI_H */
+/** @} */
+