remove obsolete @brief doxygen tags

This commit is contained in:
Martin Willi
2009-09-10 18:52:42 +02:00
parent 6d8e913ab6
commit 6de28173f0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
*/