From: William A. Rowe Jr Date: Thu, 27 Jul 2006 16:21:59 +0000 (+0000) Subject: Doxygenation from trunk, no code change X-Git-Tag: 2.0.59~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cc691252b1fe012c296a763dfd21dd29bc2f790;p=thirdparty%2Fapache%2Fhttpd.git Doxygenation from trunk, no code change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@426120 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/arch/win32/mod_isapi.h b/modules/arch/win32/mod_isapi.h index 1380a9d9153..33524bcb936 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 */ +/** @} */ +