Fix missing paramether direction in Doxygen doc

This commit is contained in:
Gioacchino Mazzurco 2020-04-04 11:17:33 +02:00
parent 13e0179812
commit 05f65e9211
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -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.
*/