Author: pgollucci
Date: Mon Jan 2 12:57:27 2006
New Revision: 365434
URL: http://svn.apache.org/viewcvs?rev=365434&view=rev
Log:
fix
include/apreq.h:56: Warning: Example include/apreq.h was already documented.
Ignoring documentation found here.
include/apreq.h:67: Warning: Example include/apreq.h was already documented.
Ignoring documentation found here.
Modified:
httpd/apreq/trunk/include/apreq.h
Modified: httpd/apreq/trunk/include/apreq.h
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/include/apreq.h?rev=365434&r1=365433&r2=365434&view=diff
==============================================================================
--- httpd/apreq/trunk/include/apreq.h (original)
+++ httpd/apreq/trunk/include/apreq.h Mon Jan 2 12:57:27 2006
@@ -43,7 +43,6 @@
* variable arguments must use APR_DECLARE_NONSTD().
*
* @remark Both the declaration and implementations must use the same macro.
- * @example
*/
/** APREQ_DECLARE(rettype) apeq_func(args)
*/
@@ -64,7 +63,6 @@
* @see APREQ_DECLARE @see APREQ_DECLARE_NONSTD
* @remark Note that the declaration and implementations use different forms,
* but both must include the macro.
- * @example
*/
/** extern APREQ_DECLARE_DATA type apr_variable;\n
* APREQ_DECLARE_DATA type apr_variable = value;