Use separate Doxygen groups for IKEv1 and IKEv2 entities (authenticators, tasks etc.).

This commit is contained in:
Tobias Brunner
2012-05-18 10:04:08 +02:00
parent 7959a3faec
commit 22bf44c8b9
46 changed files with 67 additions and 52 deletions
+19 -4
View File
@@ -55,15 +55,30 @@
* @defgroup sa sa
* @ingroup libcharon
*
* @defgroup authenticators authenticators
* @defgroup ikev1 ikev1
* @ingroup sa
*
* @defgroup ikev2 ikev2
* @ingroup sa
*
* @defgroup authenticators_v1 authenticators
* @ingroup ikev1
*
* @defgroup authenticators_v2 authenticators
* @ingroup ikev2
*
* @defgroup eap eap
* @ingroup authenticators
*
* @defgroup tasks tasks
* @ingroup sa
*
* @defgroup xauth xauth
* @ingroup sa
*
* @defgroup tasks_v1 tasks
* @ingroup ikev1
*
* @defgroup tasks_v2 tasks
* @ingroup ikev2
*
* @addtogroup libcharon
* @{
*