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
@@ -75,4 +75,4 @@ struct xcbc_t {
*/
xcbc_t *xcbc_create(encryption_algorithm_t algo, size_t key_size);
#endif /*xcbc_H_ @}*/
#endif /** XCBC_H_ @}*/
+1 -1
View File
@@ -44,4 +44,4 @@ struct xcbc_plugin_t {
*/
plugin_t *plugin_create();
#endif /* XCBC_PLUGIN_H_ @}*/
#endif /** XCBC_PLUGIN_H_ @}*/
+1 -1
View File
@@ -47,4 +47,4 @@ struct xcbc_prf_t {
*/
xcbc_prf_t *xcbc_prf_create(pseudo_random_function_t algo);
#endif /*PRF_XCBC_SHA1_H_ @}*/
#endif /** PRF_XCBC_SHA1_H_ @}*/
+3 -3
View File
@@ -18,8 +18,8 @@
* @{ @ingroup xcbc_p
*/
#ifndef xcbc_SIGNER_H_
#define xcbc_SIGNER_H_
#ifndef XCBC_SIGNER_H_
#define XCBC_SIGNER_H_
typedef struct xcbc_signer_t xcbc_signer_t;
@@ -44,4 +44,4 @@ struct xcbc_signer_t {
*/
xcbc_signer_t *xcbc_signer_create(integrity_algorithm_t algo);
#endif /*xcbc_SIGNER_H_ @}*/
#endif /** XCBC_SIGNER_H_ @}*/