- comments added

This commit is contained in:
Martin Willi
2005-12-04 13:01:32 +00:00
parent 09b2bf25a9
commit 89e0f219d0
6 changed files with 193 additions and 12 deletions
+11 -3
View File
@@ -63,7 +63,7 @@
/**
* @defgroup config
*
* Configuration stuff.
* Classes which implement configuration related things.
*/
/**
@@ -75,13 +75,13 @@
/**
* @defgroup network
*
* Low level network stuff.
* Classes for network relevant stuff.
*/
/**
* @defgroup payloads
*
* Classes representing a specific IKEv2 Payload type.
* Classes representing a specific IKEv2 Payload.
*
* @ingroup encoding
*/
@@ -127,6 +127,14 @@
* Transform algorithms of different kind.
*/
/**
* @defgroup rsa
*
* RSA public key algorithm
*
* @ingroup transforms
*/
/**
* @defgroup prfs
*