Fixed Doxygen comments after scanning complete src directory
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
/**
|
||||
*
|
||||
* @defgroup imc_agent_t imc_agent
|
||||
* @{ @ingroup imc_agent
|
||||
* @{ @ingroup libimcv_imc
|
||||
*/
|
||||
|
||||
#ifndef IMC_AGENT_H_
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup imc_msg imc_msg
|
||||
* @{ @ingroup libimcv
|
||||
* @{ @ingroup libimcv_imc
|
||||
*/
|
||||
|
||||
#ifndef IMC_MSG_H_
|
||||
@@ -141,7 +141,6 @@ imc_msg_t* imc_msg_create_from_data(imc_agent_t *agent, imc_state_t *state,
|
||||
* @param connection_id connection ID
|
||||
* @param src_id source IMV ID
|
||||
* @param dst_id destination IMC 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
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
/**
|
||||
*
|
||||
* @defgroup imc_state_t imc_state
|
||||
* @{ @ingroup imc_state
|
||||
* @{ @ingroup libimcv_imc
|
||||
*/
|
||||
|
||||
#ifndef IMC_STATE_H_
|
||||
@@ -68,7 +68,7 @@ struct imc_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)(imc_state_t *this, u_int32_t max_msg_len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user