diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-08-11 16:50:22 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-08-11 16:50:22 +0200 |
commit | 000668d3081422a3ac06fe16f038a4b1d6700f96 (patch) | |
tree | 94dc8bad9b4af9665a20b3f7906102437c74ba50 /src/libcharon/plugins/tnccs_20 | |
parent | 3b891b9e5bd53740297501d93f1abac834dd5241 (diff) | |
download | strongswan-000668d3081422a3ac06fe16f038a4b1d6700f96.tar.bz2 strongswan-000668d3081422a3ac06fe16f038a4b1d6700f96.tar.xz |
Doxygen fix
Diffstat (limited to 'src/libcharon/plugins/tnccs_20')
-rw-r--r-- | src/libcharon/plugins/tnccs_20/state_machine/pb_tnc_state_machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/tnccs_20/state_machine/pb_tnc_state_machine.h b/src/libcharon/plugins/tnccs_20/state_machine/pb_tnc_state_machine.h index d13f20df4..aa317041e 100644 --- a/src/libcharon/plugins/tnccs_20/state_machine/pb_tnc_state_machine.h +++ b/src/libcharon/plugins/tnccs_20/state_machine/pb_tnc_state_machine.h @@ -82,7 +82,7 @@ struct pb_tnc_state_machine_t { /** * Store information whether the received PB-TNC CDATA Batch was empty * - * @bool empty set to TRUE if received PB-TNC CDATA Batch was empty + * @param empty set to TRUE if received PB-TNC CDATA Batch was empty */ void (*set_empty_cdata)(pb_tnc_state_machine_t *this, bool empty); |