mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-18 02:50:47 -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
|
* value may be provided to the function call but
|
||||||
* must habe been generated with
|
* must habe been generated with
|
||||||
* @see generateUniqueHandlerId()
|
* @see generateUniqueHandlerId()
|
||||||
* @param eventType Optional type of event for which the callback is
|
* @param[in] eventType Optional type of event for which the callback is
|
||||||
* called, if NONE is passed multiCallback is
|
* called, if __NONE is passed multiCallback is
|
||||||
* called for every events without filtering.
|
* called for every events without filtering.
|
||||||
* @return False on error, true otherwise.
|
* @return False on error, true otherwise.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue