mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
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
This commit is contained in:
@@ -14,6 +14,15 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file mod_status.h
|
||||
* @brief Status Report Extension Module to Apache
|
||||
*
|
||||
* @defgroup MOD_STATUS mod_status
|
||||
* @ingroup APACHE_MODS
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef MOD_STATUS_H
|
||||
#define MOD_STATUS_H
|
||||
|
||||
@@ -52,3 +61,4 @@
|
||||
APR_DECLARE_EXTERNAL_HOOK(ap, STATUS, int, status_hook,
|
||||
(request_rec *r, int flags))
|
||||
#endif
|
||||
/** @} */
|
||||
|
Reference in New Issue
Block a user