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 23:08:30 UTC

svn commit: r365449 - /httpd/apreq/trunk/include/apreq.h

Author: pgollucci
Date: Mon Jan  2 14:08:28 2006
New Revision: 365449

URL: http://svn.apache.org/viewcvs?rev=365449&view=rev
Log:
fix the last doxygen warning thats in apreq code


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=365449&r1=365448&r2=365449&view=diff
==============================================================================
--- httpd/apreq/trunk/include/apreq.h (original)
+++ httpd/apreq/trunk/include/apreq.h Mon Jan  2 14:08:28 2006
@@ -233,7 +233,13 @@
     apr_table_addn(t, v->name, v->data);
 }
 
-
+/**
+ * @param T type
+ * @param A attribute
+ * @param P
+ *
+ * XXX
+ */
 #define apreq_attr_to_type(T,A,P) ( (T*) ((char*)(P)-offsetof(T,A)) )
 
 /**