swid: Fix parameter documentation in Doxygen comments

This commit is contained in:
Tobias Brunner 2014-06-24 16:15:48 +02:00
parent e351169900
commit 2eef43f3ee
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ struct tcg_swid_attr_tag_id_inv_t {
/** /**
* Add a Tag ID to the attribute * 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); void (*add)(tcg_swid_attr_tag_id_inv_t *this, swid_tag_id_t *tag_id);

View File

@ -45,7 +45,7 @@ struct tcg_swid_attr_tag_inv_t {
/** /**
* Add a Tag ID to the attribute * 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); void (*add)(tcg_swid_attr_tag_inv_t *this, swid_tag_t *tag);
/** /**