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
@@ -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_
@@ -15,7 +15,7 @@
/**
* @defgroup sql_attribute sql_attribute
* @{ @ingroup sql
* @{ @ingroup attr_sql
*/
#ifndef SQL_ATTRIBUTE_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_ @}*/
+1 -1
View File
@@ -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
+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_ @}*/
@@ -15,7 +15,7 @@
/**
* @defgroup pkcs1_public_key pkcs1_public_key
* @{ @ingroup pkcs1_p
* @{ @ingroup pkcs1
*/
#ifndef PKCS1_BUILDER_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_ @}*/
@@ -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_