From: Martin Willi Date: Mon, 7 Sep 2009 16:56:53 +0000 (+0200) Subject: remove obsolete @brief doxygen tags X-Git-Tag: 4.3.5rc1~194 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6de28173f08e9ab0707698cb97ec54132b03cfd1;p=thirdparty%2Fstrongswan.git remove obsolete @brief doxygen tags --- 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 */