aboutsummaryrefslogtreecommitdiff
path: root/lib/pbdrv/pb-route.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pbdrv/pb-route.h')
-rw-r--r--lib/pbdrv/pb-route.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/pbdrv/pb-route.h b/lib/pbdrv/pb-route.h
index 2a28c0b..8b7bba5 100644
--- a/lib/pbdrv/pb-route.h
+++ b/lib/pbdrv/pb-route.h
@@ -140,10 +140,10 @@ void pb_route_cmd_magic_res(pb_msg_t * msg);
/**
* \brief \c pb_route_msg() hook
*
- * The default implementation of this function immediately returns false.
+ * The default implementation of this function immediately returns \c false.
*
- * \return \c true if execution should continue to the default handler, or \c
- * false if it should stop (i.e. the message was handled).
+ * \return \c false if execution should continue to the default handler, or \c
+ * true if it should stop (i.e. the message was handled).
*/
bool pb_hook_route_msg(pb_msg_t * msg);