You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ja...@apache.org on 2020/11/08 08:11:27 UTC

svn commit: r1883196 - /apr/apr/trunk/include/apr_hash.h

Author: jailletc36
Date: Sun Nov  8 08:11:26 2020
New Revision: 1883196

URL: http://svn.apache.org/viewvc?rev=1883196&view=rev
Log:
Fix some doxygen syntax.
@param should not be used inside description, or it will break the rendering

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

Modified: apr/apr/trunk/include/apr_hash.h
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_hash.h?rev=1883196&r1=1883195&r2=1883196&view=diff
==============================================================================
--- apr/apr/trunk/include/apr_hash.h (original)
+++ apr/apr/trunk/include/apr_hash.h Sun Nov  8 08:11:26 2020
@@ -270,7 +270,7 @@ typedef int (apr_hash_do_callback_fn_t)(
 
 /** 
  * Iterate over a hash table running the provided function once for every
- * element in the hash table. The @param comp function will be invoked for
+ * element in the hash table. The @p comp function will be invoked for
  * every element in the hash table.
  *
  * @param comp The function to run