diff options
author | Martin Willi <martin@strongswan.org> | 2007-04-11 07:20:39 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-04-11 07:20:39 +0000 |
commit | 3b138b84222abd682d249cccbe2a69b4b12ff4c7 (patch) | |
tree | 20ad2b820f90929a1989095e7f943008ac347e0c /src/charon/processing/event_queue.h | |
parent | 2ed8cee162a32c8e781472e7190e109866972cae (diff) | |
download | strongswan-3b138b84222abd682d249cccbe2a69b4b12ff4c7.tar.bz2 strongswan-3b138b84222abd682d249cccbe2a69b4b12ff4c7.tar.xz |
cleaned up apidoc
added some comments
removed configuration.[ch], as it does not make sense like it is
Diffstat (limited to 'src/charon/processing/event_queue.h')
-rw-r--r-- | src/charon/processing/event_queue.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/processing/event_queue.h b/src/charon/processing/event_queue.h index 3258b254f..c85286bf2 100644 --- a/src/charon/processing/event_queue.h +++ b/src/charon/processing/event_queue.h @@ -45,7 +45,7 @@ typedef struct event_queue_t event_queue_t; * @b Constructors: * - event_queue_create() * - * @ingroup queues + * @ingroup processing */ struct event_queue_t { @@ -111,7 +111,7 @@ struct event_queue_t { * * @returns event_queue_t object * - * @ingroup queues + * @ingroup processing */ event_queue_t *event_queue_create(void); |