diff options
-rw-r--r-- | src/libfast/dispatcher.h | 2 | ||||
-rw-r--r-- | src/libfast/session.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libfast/dispatcher.h b/src/libfast/dispatcher.h index 93c6026c6..16223fe76 100644 --- a/src/libfast/dispatcher.h +++ b/src/libfast/dispatcher.h @@ -90,7 +90,7 @@ struct dispatcher_t { controller_constructor_t constructor, void *param); /** - * @brief Add a filter to the dispatcher. + * Add a filter to the dispatcher. * * @param constructor constructor to create filter in session * @param param param to pass to constructor diff --git a/src/libfast/session.h b/src/libfast/session.h index bd35de31a..c6633f9ae 100644 --- a/src/libfast/session.h +++ b/src/libfast/session.h @@ -47,7 +47,7 @@ struct session_t { void (*add_controller)(session_t *this, controller_t *controller); /** - * @brief Add a filter instance to the session. + * Add a filter instance to the session. * * @param filter filter to add */ |