From: Christophe Jaillet Date: Fri, 7 Jun 2013 05:14:23 +0000 (+0000) Subject: backport fix of a comment used by doxygen (was part of r1086071) X-Git-Tag: 2.4.5~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af2fe27ddfef38203d4164c4d96dcb703a54c5c5;p=apache backport fix of a comment used by doxygen (was part of r1086071) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1490514 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/cache_storage.h b/modules/cache/cache_storage.h index c5a8a18377..83f2946f5a 100644 --- a/modules/cache/cache_storage.h +++ b/modules/cache/cache_storage.h @@ -49,7 +49,7 @@ int cache_select(cache_request_rec *cache, request_rec *r); * * This function returns OK if at least one entity was found and * removed, and DECLINED if no cached entities were removed. - * @param h cache_handle_t + * @param cache cache_request_rec * @param r request_rec */ int cache_invalidate(cache_request_rec *cache, request_rec *r);