Fix doxygen grouping regarding containers and PKCS#7

This commit is contained in:
Martin Willi
2012-12-19 10:32:08 +01:00
parent 36f2e11c70
commit e96d945dcd
8 changed files with 14 additions and 11 deletions
@@ -31,13 +31,13 @@ typedef enum container_type_t container_type_t;
* Type of the container.
*/
enum container_type_t {
/* Any kind of PKCS7/CMS container */
/** Any kind of PKCS7/CMS container */
CONTAINER_PKCS7,
/* PKCS7/CMS plain "data" */
/** PKCS7/CMS plain "data" */
CONTAINER_PKCS7_DATA,
/* PKCS7/CMS "signed-data" */
/** PKCS7/CMS "signed-data" */
CONTAINER_PKCS7_SIGNED_DATA,
/* PKCS7/CMS "enveloped-data" */
/** PKCS7/CMS "enveloped-data" */
CONTAINER_PKCS7_ENVELOPED_DATA,
};