summaryrefslogtreecommitdiffstats
path: root/modules/cache
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-12-08 22:59:46 +0100
committerStefan Fritsch <sf@apache.org>2010-12-08 22:59:46 +0100
commitce6e4de41a077922dde16b52ffb0629016cc1665 (patch)
treeac255e77f7d0ebb31c3aa8ef197a3c4e6c3dad71 /modules/cache
parentuse <directive> instead of <code> (diff)
downloadapache2-ce6e4de41a077922dde16b52ffb0629016cc1665.tar.xz
apache2-ce6e4de41a077922dde16b52ffb0629016cc1665.zip
Fix some doxygen warnings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1043710 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/cache')
-rw-r--r--modules/cache/cache_common.h2
-rw-r--r--modules/cache/cache_disk_common.h2
-rw-r--r--modules/cache/cache_util.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/modules/cache/cache_common.h b/modules/cache/cache_common.h
index 9691c0c5a0..cedce0767d 100644
--- a/modules/cache/cache_common.h
+++ b/modules/cache/cache_common.h
@@ -52,4 +52,4 @@ typedef struct cache_control {
} cache_control_t;
#endif /* CACHE_COMMON_H */
-
+/** @} */
diff --git a/modules/cache/cache_disk_common.h b/modules/cache/cache_disk_common.h
index d3b858f894..8cac2d5308 100644
--- a/modules/cache/cache_disk_common.h
+++ b/modules/cache/cache_disk_common.h
@@ -65,4 +65,4 @@ typedef struct {
} disk_cache_info_t;
#endif /* CACHE_DIST_COMMON_H */
-
+/** @} */
diff --git a/modules/cache/cache_util.h b/modules/cache/cache_util.h
index 18ef76e7b1..ba8c9c31b7 100644
--- a/modules/cache/cache_util.h
+++ b/modules/cache/cache_util.h
@@ -228,7 +228,7 @@ typedef struct {
/**
* Check the whether the request allows a cached object to be served as per RFC2616
* section 14.9.4 (Cache Revalidation and Reload Controls)
- * @param h cache_handle_t
+ * @param cache cache_request_rec
* @param r request_rec
* @return 0 ==> cache object may not be served, 1 ==> cache object may be served
*/
@@ -236,7 +236,7 @@ CACHE_DECLARE(int) ap_cache_check_allowed(cache_request_rec *cache, request_rec
/**
* Check the freshness of the cache object per RFC2616 section 13.2 (Expiration Model)
- * @param h cache_handle_t
+ * @param cache cache_request_rec
* @param r request_rec
* @return 0 ==> cache object is stale, 1 ==> cache object is fresh
*/