diff options
author | Martin Willi <martin@strongswan.org> | 2009-09-07 18:56:53 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-09-10 18:52:42 +0200 |
commit | 6de28173f08e9ab0707698cb97ec54132b03cfd1 (patch) | |
tree | edacb9dfae5cefe69c82e4e49a5561cdd0b46129 /src | |
parent | 6d8e913ab6cd593296ef74aea1997e440cb72506 (diff) | |
download | strongswan-6de28173f08e9ab0707698cb97ec54132b03cfd1.tar.bz2 strongswan-6de28173f08e9ab0707698cb97ec54132b03cfd1.tar.xz |
remove obsolete @brief doxygen tags
Diffstat (limited to 'src')
-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 */ |