aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/payloads/configuration_attribute.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-12-06 13:44:22 +0000
committerMartin Willi <martin@strongswan.org>2005-12-06 13:44:22 +0000
commitc3dc864eaa5cebae57be1b0e9339f2e7ebdbfe15 (patch)
tree2baf1492686585fa1cd4dc1aa12dded74b4a85d9 /Source/charon/encoding/payloads/configuration_attribute.h
parent59de50868b77f48ab78a31d4ad684e4e59d2e81f (diff)
downloadstrongswan-c3dc864eaa5cebae57be1b0e9339f2e7ebdbfe15.tar.bz2
strongswan-c3dc864eaa5cebae57be1b0e9339f2e7ebdbfe15.tar.xz
- code cleanup of encoding package
Diffstat (limited to 'Source/charon/encoding/payloads/configuration_attribute.h')
-rw-r--r--Source/charon/encoding/payloads/configuration_attribute.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/charon/encoding/payloads/configuration_attribute.h b/Source/charon/encoding/payloads/configuration_attribute.h
index 9d503c95f..ad7d39a61 100644
--- a/Source/charon/encoding/payloads/configuration_attribute.h
+++ b/Source/charon/encoding/payloads/configuration_attribute.h
@@ -70,10 +70,13 @@ extern mapping_t configuration_attribute_type_m[];
typedef struct configuration_attribute_t configuration_attribute_t;
/**
- * Object representing an IKEv2- CONFIGURATION Attribute.
+ * @brief Class representing an IKEv2-CONFIGURATION Attribute.
*
* The CONFIGURATION ATTRIBUTE format is described in RFC section 3.15.1.
*
+ * @b Constructors:
+ * - configuration_attribute_create()
+ *
* @ingroup payloads
*/
struct configuration_attribute_t {