Fix doxygen grouping regarding containers and PKCS#7

This commit is contained in:
Martin Willi 2012-11-29 12:02:07 +01:00
parent 36f2e11c70
commit e96d945dcd
8 changed files with 14 additions and 11 deletions

View File

@ -31,13 +31,13 @@ typedef enum container_type_t container_type_t;
* Type of the container. * Type of the container.
*/ */
enum container_type_t { enum container_type_t {
/* Any kind of PKCS7/CMS container */ /** Any kind of PKCS7/CMS container */
CONTAINER_PKCS7, CONTAINER_PKCS7,
/* PKCS7/CMS plain "data" */ /** PKCS7/CMS plain "data" */
CONTAINER_PKCS7_DATA, CONTAINER_PKCS7_DATA,
/* PKCS7/CMS "signed-data" */ /** PKCS7/CMS "signed-data" */
CONTAINER_PKCS7_SIGNED_DATA, CONTAINER_PKCS7_SIGNED_DATA,
/* PKCS7/CMS "enveloped-data" */ /** PKCS7/CMS "enveloped-data" */
CONTAINER_PKCS7_ENVELOPED_DATA, CONTAINER_PKCS7_ENVELOPED_DATA,
}; };

View File

@ -34,6 +34,9 @@
* @defgroup certificates certificates * @defgroup certificates certificates
* @ingroup credentials * @ingroup credentials
* *
* @defgroup containers containers
* @ingroup credentials
*
* @defgroup sets sets * @defgroup sets sets
* @ingroup credentials * @ingroup credentials
* *

View File

@ -16,7 +16,7 @@
/** /**
* @defgroup pkcs7_attributes pkcs7_attributes * @defgroup pkcs7_attributes pkcs7_attributes
* @{ @ingroup pkcs7 * @{ @ingroup pkcs7p
*/ */
#ifndef PKCS7_ATTRIBUTES_H_ #ifndef PKCS7_ATTRIBUTES_H_

View File

@ -15,7 +15,7 @@
/** /**
* @defgroup pkcs7_data pkcs7_data * @defgroup pkcs7_data pkcs7_data
* @{ @ingroup pkcs7 * @{ @ingroup pkcs7p
*/ */
#ifndef PKCS7_DATA_H_ #ifndef PKCS7_DATA_H_

View File

@ -15,7 +15,7 @@
/** /**
* @defgroup pkcs7_enveloped_data pkcs7_enveloped_data * @defgroup pkcs7_enveloped_data pkcs7_enveloped_data
* @{ @ingroup pkcs7 * @{ @ingroup pkcs7p
*/ */
#ifndef PKCS7_ENVELOPED_DATA_H_ #ifndef PKCS7_ENVELOPED_DATA_H_

View File

@ -15,7 +15,7 @@
/** /**
* @defgroup pkcs7_generic pkcs7_generic * @defgroup pkcs7_generic pkcs7_generic
* @{ @ingroup pkcs7 * @{ @ingroup pkcs7p
*/ */
#ifndef PKCS7_GENERIC_H_ #ifndef PKCS7_GENERIC_H_

View File

@ -14,11 +14,11 @@
*/ */
/** /**
* @defgroup pkcs7 pkcs7 * @defgroup pkcs7p pkcs7
* @ingroup plugins * @ingroup plugins
* *
* @defgroup pkcs7_plugin pkcs7_plugin * @defgroup pkcs7_plugin pkcs7_plugin
* @{ @ingroup pkcs7 * @{ @ingroup pkcs7p
*/ */
#ifndef PKCS7_PLUGIN_H_ #ifndef PKCS7_PLUGIN_H_

View File

@ -15,7 +15,7 @@
/** /**
* @defgroup pkcs7_signed_data pkcs7_signed_data * @defgroup pkcs7_signed_data pkcs7_signed_data
* @{ @ingroup pkcs7 * @{ @ingroup pkcs7p
*/ */
#ifndef PKCS7_SIGNED_DATA_H_ #ifndef PKCS7_SIGNED_DATA_H_