summaryrefslogtreecommitdiffstats
path: root/modules/arch/win32
diff options
context:
space:
mode:
authorIan Holsman <ianh@apache.org>2005-08-29 01:03:59 +0200
committerIan Holsman <ianh@apache.org>2005-08-29 01:03:59 +0200
commit8c1e315d3f23dd93529fd9605da571c4af9dfbf6 (patch)
treea328c4fb500e40c2f642aee3561f334387760c9f /modules/arch/win32
parentAdd graceful-stop to the list of new features. (diff)
downloadapache2-8c1e315d3f23dd93529fd9605da571c4af9dfbf6.tar.xz
apache2-8c1e315d3f23dd93529fd9605da571c4af9dfbf6.zip
Doxygen fixup / cleanup
submited by: Neale Ranns neale ranns.org reviewed by: Ian Holsman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@263931 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/arch/win32')
-rw-r--r--modules/arch/win32/mod_isapi.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/arch/win32/mod_isapi.h b/modules/arch/win32/mod_isapi.h
index a932d507f8..cb560961f3 100644
--- a/modules/arch/win32/mod_isapi.h
+++ b/modules/arch/win32/mod_isapi.h
@@ -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 @@ typedef int (APR_THREAD_FUNC *PFN_TERMINATEEXTENSION)(apr_uint32_t flags);
#endif
#endif /* !MOD_ISAPI_H */
+/** @} */
+