updated Doxyfile

properly close all doxygen groups
fixed remaining doxygen warnings
This commit is contained in:
Martin Willi
2009-03-24 17:43:01 +00:00
parent e4838d02b3
commit 1490ff4d9b
296 changed files with 1703 additions and 510 deletions
+1 -1
View File
@@ -90,4 +90,4 @@ struct hmac_t {
*/
hmac_t *hmac_create(hash_algorithm_t hash_algorithm);
#endif /*HMAC_H_ @}*/
#endif /** HMAC_H_ @}*/
+1 -1
View File
@@ -44,4 +44,4 @@ struct hmac_plugin_t {
*/
plugin_t *plugin_create();
#endif /* HMAC_PLUGIN_H_ @}*/
#endif /** HMAC_PLUGIN_H_ @}*/
+1 -1
View File
@@ -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_ @}*/
+1 -1
View File
@@ -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_ @}*/