diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-09-18 16:11:53 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-09-18 16:13:23 +0200 |
commit | 4e16d2e864ee6df72bc7bc6ab876c919244ead87 (patch) | |
tree | 15029f8806ef3303f3b95e9072d6256ff0e621d7 /src | |
parent | 4157a40b456bc5121e4ea27c4732f934b573ccea (diff) | |
download | strongswan-4e16d2e864ee6df72bc7bc6ab876c919244ead87.tar.bz2 strongswan-4e16d2e864ee6df72bc7bc6ab876c919244ead87.tar.xz |
Fix Doxygen comment for proposal_keywords_t
Two dots seem to mark the end of a list.
Diffstat (limited to 'src')
-rw-r--r-- | src/libstrongswan/crypto/proposal/proposal_keywords.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/proposal/proposal_keywords.h b/src/libstrongswan/crypto/proposal/proposal_keywords.h index 05f8958e0..d6107abc0 100644 --- a/src/libstrongswan/crypto/proposal/proposal_keywords.h +++ b/src/libstrongswan/crypto/proposal/proposal_keywords.h @@ -50,7 +50,7 @@ typedef struct proposal_keywords_t proposal_keywords_t; #include <crypto/transform.h> /** - * Class representing a proposal token.. + * Class representing a proposal token. */ struct proposal_token_t { |