You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2016/12/12 18:50:11 UTC

svn commit: r1773852 - /apr/apr/trunk/include/apr_tables.h

Author: wrowe
Date: Mon Dec 12 18:50:11 2016
New Revision: 1773852

URL: http://svn.apache.org/viewvc?rev=1773852&view=rev
Log:
Fix a second doxygen syntax error

Modified:
    apr/apr/trunk/include/apr_tables.h

Modified: apr/apr/trunk/include/apr_tables.h
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_tables.h?rev=1773852&r1=1773851&r2=1773852&view=diff
==============================================================================
--- apr/apr/trunk/include/apr_tables.h (original)
+++ apr/apr/trunk/include/apr_tables.h Mon Dec 12 18:50:11 2016
@@ -413,7 +413,7 @@ APR_DECLARE_NONSTD(int) apr_table_do(apr
 
 /** 
  * Iterate over a table running the provided function once for every
- * element in the table.  The @param vp varargs parameter must be a
+ * element in the table.  The vp varargs parameter must be a
  * list of zero or more (char *) keys followed by a NULL pointer.  If
  * zero keys are given, the @param comp function will be invoked for
  * every element in the table.  Otherwise, the function is invoked