aboutsummaryrefslogtreecommitdiffstats
path: root/src/libfast/dispatcher.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-09-07 18:56:53 +0200
committerMartin Willi <martin@strongswan.org>2009-09-10 18:52:42 +0200
commit6de28173f08e9ab0707698cb97ec54132b03cfd1 (patch)
treeedacb9dfae5cefe69c82e4e49a5561cdd0b46129 /src/libfast/dispatcher.h
parent6d8e913ab6cd593296ef74aea1997e440cb72506 (diff)
downloadstrongswan-6de28173f08e9ab0707698cb97ec54132b03cfd1.tar.bz2
strongswan-6de28173f08e9ab0707698cb97ec54132b03cfd1.tar.xz
remove obsolete @brief doxygen tags
Diffstat (limited to 'src/libfast/dispatcher.h')
-rw-r--r--src/libfast/dispatcher.h2
1 files changed, 1 insertions, 1 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