diff options
author | Martin Willi <martin@strongswan.org> | 2009-10-22 14:34:10 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-10-22 14:34:10 +0200 |
commit | 4952dc11da5411a29477c155388bba0a313f21b5 (patch) | |
tree | 0e783bd9729d3d4de411ce1ffbd789d1d14c56a1 /src/libstrongswan | |
parent | 80252c8a46e952d2af335530206ba4c81a7905ad (diff) | |
download | strongswan-4952dc11da5411a29477c155388bba0a313f21b5.tar.bz2 strongswan-4952dc11da5411a29477c155388bba0a313f21b5.tar.xz |
Fixed all doxygen warnings
Diffstat (limited to 'src/libstrongswan')
20 files changed, 26 insertions, 26 deletions
diff --git a/src/libstrongswan/attributes/attribute_handler.h b/src/libstrongswan/attributes/attribute_handler.h index fba40b24b..c9b668cc3 100644 --- a/src/libstrongswan/attributes/attribute_handler.h +++ b/src/libstrongswan/attributes/attribute_handler.h @@ -58,4 +58,4 @@ struct attribute_handler_t { configuration_attribute_type_t type, chunk_t data); }; -#endif /* ATTRIBUTE_HANDLER_ @}*/ +#endif /** ATTRIBUTE_HANDLER_H_ @}*/ diff --git a/src/libstrongswan/attributes/attributes.h b/src/libstrongswan/attributes/attributes.h index 5365fd0c5..efc427c69 100644 --- a/src/libstrongswan/attributes/attributes.h +++ b/src/libstrongswan/attributes/attributes.h @@ -15,7 +15,7 @@ */ /** - * @defgroup attributes attributes + * @defgroup attributes_g attributes * @{ @ingroup attributes */ diff --git a/src/libstrongswan/credentials/keys/key_encoding.h b/src/libstrongswan/credentials/keys/key_encoding.h index b97d78e09..384117166 100644 --- a/src/libstrongswan/credentials/keys/key_encoding.h +++ b/src/libstrongswan/credentials/keys/key_encoding.h @@ -200,4 +200,4 @@ struct key_encoding_t { */ key_encoding_t *key_encoding_create(); -#endif /* KEY_ENCODING_ @}*/ +#endif /** KEY_ENCODING_H_ @}*/ diff --git a/src/libstrongswan/credentials/keys/private_key.h b/src/libstrongswan/credentials/keys/private_key.h index 3e8f7866b..d4517f296 100644 --- a/src/libstrongswan/credentials/keys/private_key.h +++ b/src/libstrongswan/credentials/keys/private_key.h @@ -139,8 +139,8 @@ bool private_key_equals(private_key_t *this, private_key_t *other); /** * Generic private key belongs_to() implementation, usable by implementors. * - * @param this first key to compare - * @param other second key to compare + * @param private private key to check + * @param public public key to compare * @return TRUE if this is equal to other */ bool private_key_belongs_to(private_key_t *private, public_key_t *public); @@ -149,7 +149,7 @@ bool private_key_belongs_to(private_key_t *private, public_key_t *public); * Generic private key has_fingerprint() implementation, usable by implementors. * * @param this key to check fingerprint - * @param fp fingerprint to check + * @param fingerprint fingerprint to check * @return TRUE if key has given fingerprint */ bool private_key_has_fingerprint(private_key_t *this, chunk_t fingerprint); diff --git a/src/libstrongswan/credentials/keys/public_key.h b/src/libstrongswan/credentials/keys/public_key.h index 6a8560f4d..a421e7b5b 100644 --- a/src/libstrongswan/credentials/keys/public_key.h +++ b/src/libstrongswan/credentials/keys/public_key.h @@ -198,7 +198,7 @@ bool public_key_equals(public_key_t *this, public_key_t *other); * Generic public key has_fingerprint() implementation, usable by implementors. * * @param this key to check fingerprint - * @param fp fingerprint to check + * @param fingerprint fingerprint to check * @return TRUE if key has given fingerprint */ bool public_key_has_fingerprint(public_key_t *this, chunk_t fingerprint); diff --git a/src/libstrongswan/crypto/crypto_tester.h b/src/libstrongswan/crypto/crypto_tester.h index ddab48dd6..ddcc2da51 100644 --- a/src/libstrongswan/crypto/crypto_tester.h +++ b/src/libstrongswan/crypto/crypto_tester.h @@ -202,4 +202,4 @@ struct crypto_tester_t { */ crypto_tester_t *crypto_tester_create(); -#endif /* CRYPTO_TESTER_ @}*/ +#endif /** CRYPTO_TESTER_H_ @}*/ diff --git a/src/libstrongswan/crypto/hashers/hasher.h b/src/libstrongswan/crypto/hashers/hasher.h index 1449f9792..9fa043c7e 100644 --- a/src/libstrongswan/crypto/hashers/hasher.h +++ b/src/libstrongswan/crypto/hashers/hasher.h @@ -130,7 +130,7 @@ int hasher_algorithm_to_oid(hash_algorithm_t alg); * Conversion of hash signature algorithm into ASN.1 OID. * * @param alg hash algorithm - * @param alg public key type + * @param key public key type * @return ASN.1 OID if, or OID_UNKNOW */ int hasher_signature_algorithm_to_oid(hash_algorithm_t alg, key_type_t key); diff --git a/src/libstrongswan/integrity_checker.h b/src/libstrongswan/integrity_checker.h index 332997b17..7349353f3 100644 --- a/src/libstrongswan/integrity_checker.h +++ b/src/libstrongswan/integrity_checker.h @@ -108,4 +108,4 @@ struct integrity_checker_t { */ integrity_checker_t *integrity_checker_create(char *checksum_library); -#endif /* INTEGRITY_CHECKER_H_ @}*/ +#endif /** INTEGRITY_CHECKER_H_ @}*/ diff --git a/src/libstrongswan/plugins/attr_sql/attr_sql_plugin.h b/src/libstrongswan/plugins/attr_sql/attr_sql_plugin.h index 3a7b8428b..3a60ea0d2 100644 --- a/src/libstrongswan/plugins/attr_sql/attr_sql_plugin.h +++ b/src/libstrongswan/plugins/attr_sql/attr_sql_plugin.h @@ -14,11 +14,11 @@ */ /** - * @defgroup sql sql - * @ingroup cplugins + * @defgroup attr_sql attr_sql + * @ingroup plugins * * @defgroup sql_plugin sql_plugin - * @{ @ingroup sql + * @{ @ingroup attr_sql */ #ifndef ATTR_SQL_PLUGIN_H_ diff --git a/src/libstrongswan/plugins/attr_sql/sql_attribute.h b/src/libstrongswan/plugins/attr_sql/sql_attribute.h index 27a39651b..ca87eb27e 100644 --- a/src/libstrongswan/plugins/attr_sql/sql_attribute.h +++ b/src/libstrongswan/plugins/attr_sql/sql_attribute.h @@ -15,7 +15,7 @@ /** * @defgroup sql_attribute sql_attribute - * @{ @ingroup sql + * @{ @ingroup attr_sql */ #ifndef SQL_ATTRIBUTE_H_ diff --git a/src/libstrongswan/plugins/padlock/padlock_rng.h b/src/libstrongswan/plugins/padlock/padlock_rng.h index 7fb9a89d5..776be8937 100644 --- a/src/libstrongswan/plugins/padlock/padlock_rng.h +++ b/src/libstrongswan/plugins/padlock/padlock_rng.h @@ -44,4 +44,4 @@ struct padlock_rng_t { */ padlock_rng_t *padlock_rng_create(rng_quality_t quality); -#endif /** PADLOCK_RNG_ @}*/ +#endif /** PADLOCK_RNG_H_ @}*/ diff --git a/src/libstrongswan/plugins/pem/pem_builder.h b/src/libstrongswan/plugins/pem/pem_builder.h index cfff39125..189a5430f 100644 --- a/src/libstrongswan/plugins/pem/pem_builder.h +++ b/src/libstrongswan/plugins/pem/pem_builder.h @@ -45,7 +45,7 @@ private_key_t *pem_private_key_load(key_type_t type, va_list args); public_key_t *pem_public_key_load(key_type_t type, va_list args); /** - * Build PEM encoded certificates.. + * Build PEM encoded certificates. * * @param type type of the certificate * @param args builder_part_t argument list diff --git a/src/libstrongswan/plugins/pgp/pgp_builder.h b/src/libstrongswan/plugins/pgp/pgp_builder.h index 938bbac50..1168babd6 100644 --- a/src/libstrongswan/plugins/pgp/pgp_builder.h +++ b/src/libstrongswan/plugins/pgp/pgp_builder.h @@ -15,7 +15,7 @@ /** * @defgroup pgp_public_key pgp_public_key - * @{ @ingroup pgp_p + * @{ @ingroup pgp */ #ifndef PGP_BUILDER_H_ diff --git a/src/libstrongswan/plugins/pgp/pgp_cert.h b/src/libstrongswan/plugins/pgp/pgp_cert.h index 7845e8f04..4db795ddc 100644 --- a/src/libstrongswan/plugins/pgp/pgp_cert.h +++ b/src/libstrongswan/plugins/pgp/pgp_cert.h @@ -45,4 +45,4 @@ struct pgp_cert_t { */ pgp_cert_t *pgp_cert_load(certificate_type_t type, va_list args); -#endif /* PGP_CERT_ @}*/ +#endif /** PGP_CERT_H_ @}*/ diff --git a/src/libstrongswan/plugins/pgp/pgp_encoder.h b/src/libstrongswan/plugins/pgp/pgp_encoder.h index 1b66969f7..9df143399 100644 --- a/src/libstrongswan/plugins/pgp/pgp_encoder.h +++ b/src/libstrongswan/plugins/pgp/pgp_encoder.h @@ -29,4 +29,4 @@ bool pgp_encoder_encode(key_encoding_type_t type, chunk_t *encoding, va_list args); -#endif /* PGP_ENCODER_ @}*/ +#endif /** PGP_ENCODER_H_ @}*/ diff --git a/src/libstrongswan/plugins/pgp/pgp_plugin.h b/src/libstrongswan/plugins/pgp/pgp_plugin.h index 841de5d2d..95765cd76 100644 --- a/src/libstrongswan/plugins/pgp/pgp_plugin.h +++ b/src/libstrongswan/plugins/pgp/pgp_plugin.h @@ -14,11 +14,11 @@ */ /** - * @defgroup pgp_p pgp + * @defgroup pgp pgp * @ingroup plugins * * @defgroup pgp_plugin pgp_plugin - * @{ @ingroup pgp_p + * @{ @ingroup pgp */ #ifndef PGP_PLUGIN_H_ diff --git a/src/libstrongswan/plugins/pgp/pgp_utils.h b/src/libstrongswan/plugins/pgp/pgp_utils.h index 93c51c44b..203a0a85d 100644 --- a/src/libstrongswan/plugins/pgp/pgp_utils.h +++ b/src/libstrongswan/plugins/pgp/pgp_utils.h @@ -127,4 +127,4 @@ bool pgp_read_scalar(chunk_t *blob, size_t bytes, u_int32_t *scalar); */ bool pgp_read_packet(chunk_t *blob, chunk_t *data, pgp_packet_tag_t *tag); -#endif /* PGP_UTILS_ @}*/ +#endif /** PGP_UTILS_H_ @}*/ diff --git a/src/libstrongswan/plugins/pkcs1/pkcs1_builder.h b/src/libstrongswan/plugins/pkcs1/pkcs1_builder.h index a4a780b5f..62ca9f351 100644 --- a/src/libstrongswan/plugins/pkcs1/pkcs1_builder.h +++ b/src/libstrongswan/plugins/pkcs1/pkcs1_builder.h @@ -15,7 +15,7 @@ /** * @defgroup pkcs1_public_key pkcs1_public_key - * @{ @ingroup pkcs1_p + * @{ @ingroup pkcs1 */ #ifndef PKCS1_BUILDER_H_ diff --git a/src/libstrongswan/plugins/pkcs1/pkcs1_encoder.h b/src/libstrongswan/plugins/pkcs1/pkcs1_encoder.h index c0bb688ed..11d9f27f2 100644 --- a/src/libstrongswan/plugins/pkcs1/pkcs1_encoder.h +++ b/src/libstrongswan/plugins/pkcs1/pkcs1_encoder.h @@ -29,4 +29,4 @@ bool pkcs1_encoder_encode(key_encoding_type_t type, chunk_t *encoding, va_list args); -#endif /* PKCS1_ENCODER_ @}*/ +#endif /** PKCS1_ENCODER_H_ @}*/ diff --git a/src/libstrongswan/plugins/pkcs1/pkcs1_plugin.h b/src/libstrongswan/plugins/pkcs1/pkcs1_plugin.h index 3b77de179..465c7ef2c 100644 --- a/src/libstrongswan/plugins/pkcs1/pkcs1_plugin.h +++ b/src/libstrongswan/plugins/pkcs1/pkcs1_plugin.h @@ -14,11 +14,11 @@ */ /** - * @defgroup pkcs1_p pkcs1 + * @defgroup pkcs1 pkcs1 * @ingroup plugins * * @defgroup pkcs1_plugin pkcs1_plugin - * @{ @ingroup pkcs1_p + * @{ @ingroup pkcs1 */ #ifndef PKCS1_PLUGIN_H_ |