]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
remove obsolete @brief doxygen tags
authorMartin Willi <martin@strongswan.org>
Mon, 7 Sep 2009 16:56:53 +0000 (18:56 +0200)
committerMartin Willi <martin@strongswan.org>
Thu, 10 Sep 2009 16:52:42 +0000 (18:52 +0200)
src/libfast/dispatcher.h
src/libfast/session.h

index 93c6026c6dffec89035f26f3382fc82df023ac9b..16223fe76894ac850005b54b6e93adb2a52c4693 100644 (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
index bd35de31ac00ea6f9c7932b0cfc0eb6fc11ca4b8..c6633f9ae4504b410fd3158be5d4853236c54a91 100644 (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
         */