From 6de28173f08e9ab0707698cb97ec54132b03cfd1 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Mon, 7 Sep 2009 18:56:53 +0200 Subject: [PATCH] remove obsolete @brief doxygen tags --- src/libfast/dispatcher.h | 2 +- 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 93c6026c6d..16223fe768 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 bd35de31ac..c6633f9ae4 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 */ -- 2.47.2