diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-28 18:24:10 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-28 18:24:10 +0000 |
commit | 3fe058703ffe537dfdf68b9ad4d9143644230321 (patch) | |
tree | 2c64a96cf7130f7422430d6abafbcb3173d41ace /Source/charon/definitions.h | |
parent | 297c889cf33b3bd3241d33fa32b2fbf50c9789c1 (diff) | |
download | strongswan-3fe058703ffe537dfdf68b9ad4d9143644230321.tar.bz2 strongswan-3fe058703ffe537dfdf68b9ad4d9143644230321.tar.xz |
- removed memory allocation checks!!!
Diffstat (limited to 'Source/charon/definitions.h')
-rw-r--r-- | Source/charon/definitions.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Source/charon/definitions.h b/Source/charon/definitions.h index 54a8f242c..ad77aaf17 100644 --- a/Source/charon/definitions.h +++ b/Source/charon/definitions.h @@ -60,6 +60,25 @@ #endif +/** + * @addtogroup config + * + * Configuration stuff. + */ + +/** + * @addtogroup encoding + * + * Classes used to encode and decode IKEv2 Messages. + */ + + /** + * @addtogroup payloads + * + * Classes representing a specific IKEv2 Payload type. + * + * @ingroup encoding + */ /** * @addtogroup transforms |