updated Doxyfile
properly close all doxygen groups fixed remaining doxygen warnings
This commit is contained in:
@@ -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_ @}*/
|
||||
|
||||
@@ -44,4 +44,4 @@ struct xcbc_plugin_t {
|
||||
*/
|
||||
plugin_t *plugin_create();
|
||||
|
||||
#endif /* XCBC_PLUGIN_H_ @}*/
|
||||
#endif /** XCBC_PLUGIN_H_ @}*/
|
||||
|
||||
@@ -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_ @}*/
|
||||
|
||||
@@ -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_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user