Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6ED71107D7 for ; Fri, 7 Jun 2013 05:14:47 +0000 (UTC) Received: (qmail 32598 invoked by uid 500); 7 Jun 2013 05:14:46 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 32394 invoked by uid 500); 7 Jun 2013 05:14:46 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 32386 invoked by uid 99); 7 Jun 2013 05:14:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jun 2013 05:14:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jun 2013 05:14:43 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8F9C123888E3; Fri, 7 Jun 2013 05:14:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1490514 - /httpd/httpd/branches/2.4.x/modules/cache/cache_storage.h Date: Fri, 07 Jun 2013 05:14:24 -0000 To: cvs@httpd.apache.org From: jailletc36@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130607051424.8F9C123888E3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jailletc36 Date: Fri Jun 7 05:14:23 2013 New Revision: 1490514 URL: http://svn.apache.org/r1490514 Log: backport fix of a comment used by doxygen (was part of r1086071) Modified: httpd/httpd/branches/2.4.x/modules/cache/cache_storage.h Modified: httpd/httpd/branches/2.4.x/modules/cache/cache_storage.h URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/cache/cache_storage.h?rev=1490514&r1=1490513&r2=1490514&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/modules/cache/cache_storage.h (original) +++ httpd/httpd/branches/2.4.x/modules/cache/cache_storage.h Fri Jun 7 05:14:23 2013 @@ -49,7 +49,7 @@ int cache_select(cache_request_rec *cach * * 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);