diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-10-15 11:16:09 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-10-15 11:25:55 +0200 |
commit | dd438ee22c79f48d51251e53c0cffff48b02b5bc (patch) | |
tree | cc3252731a8788fed5225022eb1eaf7037c28c63 /src/libtnccs | |
parent | a37ab690cc4be0696b61b25b8b48dae35c9980a8 (diff) | |
download | strongswan-dd438ee22c79f48d51251e53c0cffff48b02b5bc.tar.bz2 strongswan-dd438ee22c79f48d51251e53c0cffff48b02b5bc.tar.xz |
Doxygen fixes
Diffstat (limited to 'src/libtnccs')
-rw-r--r-- | src/libtnccs/plugins/tnccs_20/messages/pb_tnc_msg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libtnccs/plugins/tnccs_20/messages/pb_tnc_msg.h b/src/libtnccs/plugins/tnccs_20/messages/pb_tnc_msg.h index ace5d7837..6eeed5156 100644 --- a/src/libtnccs/plugins/tnccs_20/messages/pb_tnc_msg.h +++ b/src/libtnccs/plugins/tnccs_20/messages/pb_tnc_msg.h @@ -139,8 +139,7 @@ struct pb_tnc_msg_t { * Useful for the parser which wants a generic constructor for all * pb_tnc_message_t types. * - * @param vendor_id PB-TNC vendor ID - * @param type PB-TNC message type + * @param msg_type PB-TNC message type * @param value PB-TNC message value */ pb_tnc_msg_t* pb_tnc_msg_create_from_data(pen_type_t msg_type, chunk_t value); |