Fixed all doxygen warnings

This commit is contained in:
Martin Willi
2009-10-22 14:34:10 +02:00
parent 80252c8a46
commit 4952dc11da
34 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
/**
* @defgroup pgp_public_key pgp_public_key
* @{ @ingroup pgp_p
* @{ @ingroup pgp
*/
#ifndef PGP_BUILDER_H_
+1 -1
View File
@@ -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_ @}*/
+1 -1
View File
@@ -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_ @}*/
+2 -2
View File
@@ -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_
+1 -1
View File
@@ -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_ @}*/