updated Doxyfile
properly close all doxygen groups fixed remaining doxygen warnings
This commit is contained in:
@@ -90,4 +90,4 @@ struct hmac_t {
|
||||
*/
|
||||
hmac_t *hmac_create(hash_algorithm_t hash_algorithm);
|
||||
|
||||
#endif /*HMAC_H_ @}*/
|
||||
#endif /** HMAC_H_ @}*/
|
||||
|
||||
@@ -44,4 +44,4 @@ struct hmac_plugin_t {
|
||||
*/
|
||||
plugin_t *plugin_create();
|
||||
|
||||
#endif /* HMAC_PLUGIN_H_ @}*/
|
||||
#endif /** HMAC_PLUGIN_H_ @}*/
|
||||
|
||||
@@ -48,4 +48,4 @@ struct hmac_prf_t {
|
||||
*/
|
||||
hmac_prf_t *hmac_prf_create(pseudo_random_function_t algo);
|
||||
|
||||
#endif /*PRF_HMAC_SHA1_H_ @}*/
|
||||
#endif /** PRF_HMAC_SHA1_H_ @}*/
|
||||
|
||||
@@ -52,4 +52,4 @@ struct hmac_signer_t {
|
||||
*/
|
||||
hmac_signer_t *hmac_signer_create(integrity_algorithm_t algo);
|
||||
|
||||
#endif /*HMAC_SIGNER_H_ @}*/
|
||||
#endif /** HMAC_SIGNER_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user