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:
10
modules/cache/cache_pqueue.h
vendored
10
modules/cache/cache_pqueue.h
vendored
@@ -14,6 +14,15 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file cache_pqueue.h
|
||||
* @brief Cache Priority Queue function declarations
|
||||
*
|
||||
* @defgroup MOD_CACHE_QUEUE Priority Queue
|
||||
* @ingroup MOD_CACHE
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef CACHE_PQUEUE_H
|
||||
#define CACHE_PQUEUE_H
|
||||
|
||||
@@ -158,3 +167,4 @@ int cache_pq_is_valid(cache_pqueue_t *q);
|
||||
#endif
|
||||
|
||||
#endif /* !CACHE_PQUEUE_H */
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user