Commit 7b9bd1b3 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent 1431039f
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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 */
/** @} */