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
+2 -2
View File
@@ -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);