aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/daemon.h')
-rw-r--r--src/charon/daemon.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/charon/daemon.h b/src/charon/daemon.h
index afe880533..8296aead4 100644
--- a/src/charon/daemon.h
+++ b/src/charon/daemon.h
@@ -180,6 +180,14 @@ typedef struct daemon_t daemon_t;
*/
/**
+ * @defgroup eap eap
+ *
+ * EAP authentication module interface and it's implementations.
+ *
+ * @ingroup authenticators
+ */
+
+/**
* @defgroup threads threads
*
* Threaded classes, which will do their job alone.