diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-07-05 15:04:30 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-07-05 15:04:30 +0200 |
commit | 83b23011deea034e6b8e023dabce20c962a31c8d (patch) | |
tree | 8068249d4ac72824b0a97e3c903b50e31af79440 /src/libcharon/plugins/ha/ha_message.h | |
parent | 8f7e8e075a269fddaf4a8ec2cf970a5eba9d35dc (diff) | |
download | strongswan-83b23011deea034e6b8e023dabce20c962a31c8d.tar.bz2 strongswan-83b23011deea034e6b8e023dabce20c962a31c8d.tar.xz |
Some Doxygen fixes.
Diffstat (limited to 'src/libcharon/plugins/ha/ha_message.h')
-rw-r--r-- | src/libcharon/plugins/ha/ha_message.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libcharon/plugins/ha/ha_message.h b/src/libcharon/plugins/ha/ha_message.h index b2bc23724..23d654946 100644 --- a/src/libcharon/plugins/ha/ha_message.h +++ b/src/libcharon/plugins/ha/ha_message.h @@ -190,7 +190,6 @@ struct ha_message_t { /** * Create a new ha_message instance, ready for adding attributes * - * @param version protocol version to create a message from * @param type type of the message */ ha_message_t *ha_message_create(ha_message_type_t type); @@ -202,4 +201,4 @@ ha_message_t *ha_message_create(ha_message_type_t type); */ ha_message_t *ha_message_parse(chunk_t data); -#endif /* HA_MESSAGE_ @}*/ +#endif /** HA_MESSAGE_ @}*/ |