]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
swid: Fix parameter documentation in Doxygen comments
authorTobias Brunner <tobias@strongswan.org>
Tue, 24 Jun 2014 14:15:48 +0000 (16:15 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 30 Jun 2014 11:16:17 +0000 (13:16 +0200)
src/libpts/tcg/swid/tcg_swid_attr_tag_id_inv.h
src/libpts/tcg/swid/tcg_swid_attr_tag_inv.h

index 9072ddcfe677f524edfd778aa5aedcd84650cbf0..c4ade904ef792b73b0df4d18215ea51ed5265e43 100644 (file)
@@ -45,7 +45,7 @@ struct tcg_swid_attr_tag_id_inv_t {
        /**
         * Add a Tag ID to the attribute
         *
-        * @tag_id                                      SWID Tag ID to be added
+        * @param tag_id                        SWID Tag ID to be added
         */
        void (*add)(tcg_swid_attr_tag_id_inv_t *this, swid_tag_id_t *tag_id);
 
index fcb49b26af6fa114db449416788b2ee13900aeb9..69966c7d641a96d68abe2fcf19035ce3ed8d70a0 100644 (file)
@@ -45,7 +45,7 @@ struct tcg_swid_attr_tag_inv_t {
        /**
         * Add a Tag ID to the attribute
         *
-        * @tag                                         SWID Tag to be added
+        * @param tag                           SWID Tag to be added
         */
        void (*add)(tcg_swid_attr_tag_inv_t *this, swid_tag_t *tag);
        /**