Fixed Doxygen comments after scanning complete src directory

This commit is contained in:
Tobias Brunner
2013-03-02 18:31:53 +01:00
parent b42f2cacac
commit 11adf114c1
96 changed files with 221 additions and 183 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
/**
* @defgroup pa_tnc_attr pa_tnc_attr
* @{ @ingroup libimcv
* @{ @ingroup pa_tnc
*/
#ifndef PA_TNC_ATTR_H_
+3 -3
View File
@@ -15,7 +15,7 @@
/**
* @defgroup pa_tnc_attr_manager pa_tnc_attr_manager
* @{ @ingroup libimcv
* @{ @ingroup pa_tnc
*/
#ifndef PA_TNC_ATTR_MANAGER_H_
@@ -56,7 +56,7 @@ struct pa_tnc_attr_manager_t {
* Return the PA-TNC attribute names for a given vendor ID
*
* @param vendor_id Private Enterprise Number (PEN)
* @return PA-TNC attribute names if found, NULL else
* @return PA-TNC attribute names if found, NULL else
*/
enum_name_t* (*get_names)(pa_tnc_attr_manager_t *this, pen_t vendor_id);
@@ -66,7 +66,7 @@ struct pa_tnc_attr_manager_t {
* @param vendor_id Private Enterprise Number (PEN)
* @param type PA-TNC attribute type
* @param value PA-TNC attribute value as encoded data
* @return PA-TNC attribute object if supported, NULL else
* @return PA-TNC attribute object if supported, NULL else
*/
pa_tnc_attr_t* (*create)(pa_tnc_attr_manager_t *this, pen_t vendor_id,
u_int32_t type, chunk_t value);
+1 -1
View File
@@ -15,7 +15,7 @@
/**
* @defgroup pa_tnc_msg pa_tnc_msg
* @{ @ingroup libimcv
* @{ @ingroup pa_tnc
*/
#ifndef PA_TNC_MSG_H_