]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Doxygenation from trunk, no code change
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 27 Jul 2006 16:21:59 +0000 (16:21 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 27 Jul 2006 16:21:59 +0000 (16:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@426120 13f79535-47bb-0310-9956-ffa450edef68

modules/arch/win32/mod_isapi.h

index 1380a9d9153b4928105370bee0a67d794ff361dd..33524bcb936f8ec4a54b56e7f67dfd92c7978ef8 100644 (file)
  * 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 @@ typedef int (APR_THREAD_FUNC *PFN_TERMINATEEXTENSION)(apr_uint32_t flags);
 #endif
 
 #endif /* !MOD_ISAPI_H */
+/** @} */
+