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
@@ -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_