diff options
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 |