mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-08 00:02:03 -04:00
Fix doxygen grouping regarding containers and PKCS#7
This commit is contained in:
parent
36f2e11c70
commit
e96d945dcd
@ -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,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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
|
||||||
*
|
*
|
||||||
|
@ -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_
|
||||||
|
@ -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_
|
||||||
|
@ -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_
|
||||||
|
@ -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_
|
||||||
|
@ -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_
|
||||||
|
@ -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_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user