diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2009-02-16 17:34:24 -0500 |
---|---|---|
committer | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2009-02-16 17:34:24 -0500 |
commit | 4e7c80a721ee3a448103f690500408392e6f333a (patch) | |
tree | 2ecadfdf6025def5d390ab1051c43db56b5c2338 /stun/stunmessage.h | |
parent | acf4804a4e251be8cb3bc2ffce03621d446283be (diff) | |
download | libnice-4e7c80a721ee3a448103f690500408392e6f333a.tar.gz |
Clean the files from unwanted gtk-doc tags
Diffstat (limited to 'stun/stunmessage.h')
-rw-r--r-- | stun/stunmessage.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stun/stunmessage.h b/stun/stunmessage.h index 0c4c9b6..17f8bcb 100644 --- a/stun/stunmessage.h +++ b/stun/stunmessage.h @@ -122,7 +122,6 @@ typedef enum /** * StunAttribute: - * * @STUN_ATTRIBUTE_MAPPED_ADDRESS: The MAPPED-ADDRESS attribute as defined * by RFC5389 * @STUN_ATTRIBUTE_RESPONSE_ADDRESS: The RESPONSE-ADDRESS attribute as defined @@ -195,7 +194,8 @@ typedef enum * @STUN_ATTRIBUTE_SOFTWARE: The SOFTWARE optional attribute as defined by RFC5389 * @STUN_ATTRIBUTE_ALTERNATE_SERVER: The ALTERNATE-SERVER optional attribute as * defined by RFC5389 - * @STUN_ATTRIBUTE_FINGERPRINT: The FINGERPRINT optional attribute as defined by RFC5389 + * @STUN_ATTRIBUTE_FINGERPRINT: The FINGERPRINT optional attribute as defined + * by RFC5389 * @STUN_ATTRIBUTE_ICE_CONTROLLED: The ICE-CONTROLLED optional attribute as * defined by ICE draft 19 * @STUN_ATTRIBUTE_ICE_CONTROLLING: The ICE-CONTROLLING optional attribute as @@ -326,6 +326,7 @@ static const uint16_t STUN_ALL_KNOWN_ATTRIBUTES[] = /** * StunTransactionId: + * * A type that holds a STUN transaction id. */ typedef uint8_t StunTransactionId[STUN_MESSAGE_TRANS_ID_LEN]; |