Skip to content

Commit c19ce40

Browse files
author
Christophe Jaillet
committed
Fix some doxygen syntax.
@param should not be used inside description, or it will break the rendering (r1883196 in trunk) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1883197 13f79535-47bb-0310-9956-ffa450edef68
1 parent f07ac1f commit c19ce40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/apr_hash.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ typedef int (apr_hash_do_callback_fn_t)(void *rec, const void *key,
256256

257257
/**
258258
* Iterate over a hash table running the provided function once for every
259-
* element in the hash table. The @param comp function will be invoked for
259+
* element in the hash table. The @p comp function will be invoked for
260260
* every element in the hash table.
261261
*
262262
* @param comp The function to run

0 commit comments

Comments
 (0)