From 05f65e9211733082c3b0e91cfc3153acb018518d Mon Sep 17 00:00:00 2001 From: Gioacchino Mazzurco Date: Sat, 4 Apr 2020 11:17:33 +0200 Subject: [PATCH] Fix missing paramether direction in Doxygen doc --- libretroshare/src/retroshare/rsevents.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libretroshare/src/retroshare/rsevents.h b/libretroshare/src/retroshare/rsevents.h index c960a16a2..667ab4a58 100644 --- a/libretroshare/src/retroshare/rsevents.h +++ b/libretroshare/src/retroshare/rsevents.h @@ -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. */