mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
Fix missing paramether direction in Doxygen doc
This commit is contained in:
parent
13e0179812
commit
05f65e9211
1 changed files with 2 additions and 2 deletions
|
@ -184,8 +184,8 @@ public:
|
|||
* value may be provided to the function call but
|
||||
* must habe been generated with
|
||||
* @see generateUniqueHandlerId()
|
||||
* @param eventType Optional type of event for which the callback is
|
||||
* called, if NONE is passed multiCallback is
|
||||
* @param[in] eventType Optional type of event for which the callback is
|
||||
* called, if __NONE is passed multiCallback is
|
||||
* called for every events without filtering.
|
||||
* @return False on error, true otherwise.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue