aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/containers/container.h
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2012-11-29 12:02:07 +0100
committerMartin Willi <martin@revosec.ch>2012-12-19 10:32:08 +0100
commite96d945dcd3ed60f6fcadb672b41035bad472b4d (patch)
tree1edd528288385111b7f197d4eb4f393221f63e2a /src/libstrongswan/credentials/containers/container.h
parent36f2e11c70cd4097142eead406c441cdf982b7da (diff)
downloadstrongswan-e96d945dcd3ed60f6fcadb672b41035bad472b4d.tar.bz2
strongswan-e96d945dcd3ed60f6fcadb672b41035bad472b4d.tar.xz
Fix doxygen grouping regarding containers and PKCS#7
Diffstat (limited to 'src/libstrongswan/credentials/containers/container.h')
-rw-r--r--src/libstrongswan/credentials/containers/container.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libstrongswan/credentials/containers/container.h b/src/libstrongswan/credentials/containers/container.h
index 3421e7783..fc5c09041 100644
--- a/src/libstrongswan/credentials/containers/container.h
+++ b/src/libstrongswan/credentials/containers/container.h
@@ -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,
};