From 915c065d6120f8950c5ca244dde8727262da42a1 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 6 Mar 2007 22:17:21 +0000 Subject: [PATCH] updated apidoc documentation --- src/charon/daemon.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/charon/daemon.h b/src/charon/daemon.h index 8296aead4..3010f89f6 100644 --- a/src/charon/daemon.h +++ b/src/charon/daemon.h @@ -162,11 +162,10 @@ typedef struct daemon_t daemon_t; */ /** - * @defgroup transactions transactions + * @defgroup tasks tasks * - * Transactions represent a request/response - * message exchange to implement the IKEv2 - * protocol exchange scenarios. + * Tasks process and build message payloads. They are used to create + * and process multiple exchanges. * * @ingroup sa */