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
+4 -4
View File
@@ -22,8 +22,8 @@
* @{ @ingroup crypto
*/
#ifndef _PKCS7_H_
#define _PKCS7_H_
#ifndef PKCS7_H_
#define PKCS7_H_
typedef struct pkcs7_t pkcs7_t;
@@ -163,7 +163,7 @@ pkcs7_t *pkcs7_create_from_chunk(chunk_t chunk, u_int level);
/**
* Create a PKCS#7 contentInfo object
*
* @param chunk chunk containing data
* @param data chunk containing data
* @return created pkcs7_contentInfo object.
*/
pkcs7_t *pkcs7_create_from_data(chunk_t data);
@@ -177,4 +177,4 @@ pkcs7_t *pkcs7_create_from_data(chunk_t data);
*/
pkcs7_t *pkcs7_create_from_file(const char *filename, const char *label);
#endif /* _PKCS7_H_ @} */
#endif /** PKCS7_H_ @}*/