You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by pg...@apache.org on 2006/01/02 21:27:02 UTC

svn commit: r365423 - /httpd/apreq/trunk/include/apreq_error.h

Author: pgollucci
Date: Mon Jan  2 12:27:01 2006
New Revision: 365423

URL: http://svn.apache.org/viewcvs?rev=365423&view=rev
Log:
fix
include/apreq_error.h:43: Warning: Member APR_EBADARG of file apreq_error.h is not documented.


Modified:
    httpd/apreq/trunk/include/apreq_error.h

Modified: httpd/apreq/trunk/include/apreq_error.h
URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/include/apreq_error.h?rev=365423&r1=365422&r2=365423&view=diff
==============================================================================
--- httpd/apreq/trunk/include/apreq_error.h (original)
+++ httpd/apreq/trunk/include/apreq_error.h Mon Jan  2 12:27:01 2006
@@ -40,6 +40,10 @@
  */
 
 #ifndef APR_EBADARG
+/**
+ * Bad Arguments return value
+ * @see APR_BADARG
+ */
 #define APR_EBADARG                APR_BADARG   /* XXX: don't use APR_BADARG */
 #endif