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
@@ -16,7 +16,7 @@
/**
*
* @defgroup imv_agent_t imv_agent
* @{ @ingroup imv_agent
* @{ @ingroup libimcv_imv
*/
#ifndef IMV_AGENT_H_
+1 -1
View File
@@ -16,7 +16,7 @@
/**
*
* @defgroup imv_lang_string_t imv_lang_string
* @{ @ingroup imv_lang_string
* @{ @ingroup libimcv_imv
*/
#ifndef IMV_LANG_STRING_H_
+2 -3
View File
@@ -14,8 +14,8 @@
*/
/**
* @defgroup imv_msg imv_msg
* @{ @ingroup libimcv
* @defgroup imv_msg_t imv_msg
* @{ @ingroup libimcv_imv
*/
#ifndef IMV_MSG_H_
@@ -155,7 +155,6 @@ imv_msg_t* imv_msg_create_from_data(imv_agent_t *agent, imv_state_t *state,
* @param connection_id connection ID
* @param src_id source IMC ID
* @param dst_id destination IMV ID
* @param msg_flags PA-TNC message flags
* @param msg_vid PA-TNC message vendor ID
* @param msg_subtype PA-TNC subtype
* @param msg received PA-TNC message blob
+1 -1
View File
@@ -16,7 +16,7 @@
/**
*
* @defgroup imv_reason_string_t imv_reason_string
* @{ @ingroup imv_reason_string
* @{ @ingroup libimcv_imv
*/
#ifndef IMV_REASON_STRING_H_
+1 -1
View File
@@ -16,7 +16,7 @@
/**
*
* @defgroup imv_remediation_string_t imv_remediation_string
* @{ @ingroup imv_remediation_string
* @{ @ingroup libimcv_imv
*/
#ifndef IMV_REMEDIATION_STRING_H_
+2 -2
View File
@@ -16,7 +16,7 @@
/**
*
* @defgroup imv_state_t imv_state
* @{ @ingroup imv_state
* @{ @ingroup libimcv_imv
*/
#ifndef IMV_STATE_H_
@@ -66,7 +66,7 @@ struct imv_state_t {
/**
* Set the maximum size of a PA-TNC message for this TNCCS connection
*
* @max_msg_len maximum size of a PA-TNC message
* @param max_msg_len maximum size of a PA-TNC message
*/
void (*set_max_msg_len)(imv_state_t *this, u_int32_t max_msg_len);