Author: joes
Date: Fri Jul 15 09:45:36 2005
New Revision: 219217
URL: http://svn.apache.org/viewcvs?rev=219217&view=rev
Log:
Fix doxygen warnings.
Submitted by: Philip M. Gollucci
Message-ID: <[EMAIL PROTECTED]>
Reviewed by: joes
Modified:
httpd/apreq/trunk/CHANGES
httpd/apreq/trunk/include/apreq_module.h
Modified: httpd/apreq/trunk/CHANGES
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/CHANGES?rev=219217&r1=219216&r2=219217&view=diff
==============================================================================
--- httpd/apreq/trunk/CHANGES (original)
+++ httpd/apreq/trunk/CHANGES Fri Jul 15 09:45:36 2005
@@ -1,5 +1,5 @@
/** @page apreq_changes CHANGES
[EMAIL PROTECTED] List of major changes.
+//! brief List of major changes.
@section v2_06 Changes with libapreq2-2.06
@@ -370,7 +370,7 @@
apreq_jar_t and added args_status field to apreq_request_t. Parsers
also must return their public status code when a NULL brigade is passed.
apreq_hook_disable_uploads() is also added.
- .
+
This is an ABI change affecting all versions of libapreq2 prior to 2.0.12.
- Perl API [joes]
Modified: httpd/apreq/trunk/include/apreq_module.h
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/include/apreq_module.h?rev=219217&r1=219216&r2=219217&view=diff
==============================================================================
--- httpd/apreq/trunk/include/apreq_module.h (original)
+++ httpd/apreq/trunk/include/apreq_module.h Fri Jul 15 09:45:36 2005
@@ -423,7 +423,7 @@
* The match is case-insensitive.
*
* @param req request handle.
- * @param key desired cookie name
+ * @param name desired cookie name
*
* @return The first matching parameter (with args searched first) or NULL.
*/