updated Doxyfile
properly close all doxygen groups fixed remaining doxygen warnings
This commit is contained in:
@@ -47,4 +47,4 @@ struct padlock_aes_crypter_t {
|
||||
padlock_aes_crypter_t *padlock_aes_crypter_create(encryption_algorithm_t algo,
|
||||
size_t key_size);
|
||||
|
||||
#endif /* PADLOCK_AES_CRYPTER_H_ @}*/
|
||||
#endif /** PADLOCK_AES_CRYPTER_H_ @}*/
|
||||
|
||||
@@ -44,4 +44,4 @@ struct padlock_plugin_t {
|
||||
*/
|
||||
plugin_t *plugin_create();
|
||||
|
||||
#endif /* PADLOCK_PLUGIN_H_ @}*/
|
||||
#endif /** PADLOCK_PLUGIN_H_ @}*/
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup padlock_rng padlock_rng
|
||||
* @{ @ingroup padlock
|
||||
* @{ @ingroup padlock_p
|
||||
*/
|
||||
|
||||
#ifndef PADLOCK_RNG_H_
|
||||
@@ -46,4 +46,4 @@ struct padlock_rng_t {
|
||||
*/
|
||||
padlock_rng_t *padlock_rng_create(rng_quality_t quality);
|
||||
|
||||
#endif /* PADLOCK_RNG_ @}*/
|
||||
#endif /** PADLOCK_RNG_ @}*/
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup sha1_hasher sha1_hasher
|
||||
* @{ @ingroup sha1_p
|
||||
* @{ @ingroup padlock_p
|
||||
*/
|
||||
|
||||
#ifndef PADLOCK_SHA1_HASHER_H_
|
||||
@@ -45,4 +45,4 @@ struct padlock_sha1_hasher_t {
|
||||
*/
|
||||
padlock_sha1_hasher_t *padlock_sha1_hasher_create(hash_algorithm_t algo);
|
||||
|
||||
#endif /*SHA1_HASHER_H_ @}*/
|
||||
#endif /** SHA1_HASHER_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user