mirror of
https://github.com/apache/httpd.git
synced 2025-11-05 05:30:39 +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
modules/cache/mod_cache.h
vendored
14
modules/cache/mod_cache.h
vendored
@@ -14,13 +14,18 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file mod_cache.h
|
||||
* @brief Main include file for the Apache Transparent Cache
|
||||
*
|
||||
* @defgroup MOD_CACHE mod_cache
|
||||
* @ingroup APACHE_MODS
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef MOD_CACHE_H
|
||||
#define MOD_CACHE_H
|
||||
|
||||
/*
|
||||
* Main include file for the Apache Transparent Cache
|
||||
*/
|
||||
|
||||
#define CORE_PRIVATE
|
||||
|
||||
#include "apr_hooks.h"
|
||||
@@ -319,3 +324,4 @@ APR_DECLARE_OPTIONAL_FN(apr_status_t,
|
||||
|
||||
|
||||
#endif /*MOD_CACHE_H*/
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user