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:13:34 UTC

svn commit: r1883197 - /apr/apr/branches/1.7.x/include/apr_hash.h

Author: jailletc36
Date: Sun Nov  8 08:13:33 2020
New Revision: 1883197

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

(r1883196 in trunk)

Modified:
    apr/apr/branches/1.7.x/include/apr_hash.h

Modified: apr/apr/branches/1.7.x/include/apr_hash.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/include/apr_hash.h?rev=1883197&r1=1883196&r2=1883197&view=diff
==============================================================================
--- apr/apr/branches/1.7.x/include/apr_hash.h (original)
+++ apr/apr/branches/1.7.x/include/apr_hash.h Sun Nov  8 08:13:33 2020
@@ -256,7 +256,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