Fixing Doxygen groups after moving processor.

This commit is contained in:
Tobias Brunner 2010-07-05 15:24:58 +02:00
parent c5f7146b17
commit 222a64d892
21 changed files with 25 additions and 25 deletions

View File

@ -46,11 +46,11 @@
* @defgroup cplugins plugins
* @ingroup libcharon
*
* @defgroup processing processing
* @defgroup cprocessing processing
* @ingroup libcharon
*
* @defgroup jobs jobs
* @ingroup processing
* @defgroup cjobs jobs
* @ingroup cprocessing
*
* @defgroup sa sa
* @ingroup libcharon

View File

@ -15,7 +15,7 @@
/**
* @defgroup acquire_job acquire_job
* @{ @ingroup jobs
* @{ @ingroup cjobs
*/
#ifndef ACQUIRE_JOB_H_

View File

@ -15,7 +15,7 @@
/**
* @defgroup callback_job callback_job
* @{ @ingroup jobs
* @{ @ingroup cjobs
*/
#ifndef CALLBACK_JOB_H_

View File

@ -15,7 +15,7 @@
/**
* @defgroup delete_child_sa_job delete_child_sa_job
* @{ @ingroup jobs
* @{ @ingroup cjobs
*/
#ifndef DELETE_CHILD_SA_JOB_H_

View File

@ -16,7 +16,7 @@
/**
* @defgroup delete_child_sa_job delete_child_sa_job
* @{ @ingroup jobs
* @{ @ingroup cjobs
*/
#ifndef DELETE_IKE_SA_JOB_H_

View File

@ -15,7 +15,7 @@
/**
* @defgroup inactivity_job inactivity_job
* @{ @ingroup jobs
* @{ @ingroup cjobs
*/
#ifndef INACTIVITY_JOB_H_

View File

@ -15,7 +15,7 @@
/**
* @defgroup initiate_mediation_job initiate_mediation_job
* @{ @ingroup jobs
* @{ @ingroup cjobs
*/
#ifndef INITIATE_MEDIATION_JOB_H_

View File

@ -15,7 +15,7 @@
/**
* @defgroup mediation_job mediation_job
* @{ @ingroup jobs
* @{ @ingroup cjobs
*/
#ifndef MEDIATION_JOB_H_

View File

@ -15,7 +15,7 @@
/**
* @defgroup migrate_job migrate_job
* @{ @ingroup jobs
* @{ @ingroup cjobs
*/
#ifndef MIGRATE_JOB_H_

View File

@ -16,7 +16,7 @@
/**
* @defgroup process_message_job process_message_job
* @{ @ingroup jobs
* @{ @ingroup cjobs
*/
#ifndef PROCESS_MESSAGE_JOB_H_

View File

@ -15,7 +15,7 @@
/**
* @defgroup rekey_child_sa_job rekey_child_sa_job
* @{ @ingroup jobs
* @{ @ingroup cjobs
*/
#ifndef REKEY_CHILD_SA_JOB_H_

View File

@ -15,7 +15,7 @@
/**
* @defgroup rekey_ike_sa_job rekey_ike_sa_job
* @{ @ingroup jobs
* @{ @ingroup cjobs
*/
#ifndef REKEY_IKE_SA_JOB_H_

View File

@ -16,7 +16,7 @@
/**
* @defgroup retransmit_job retransmit_job
* @{ @ingroup jobs
* @{ @ingroup cjobs
*/
#ifndef RETRANSMIT_JOB_H_

View File

@ -15,7 +15,7 @@
/**
* @defgroup roam_job roam_job
* @{ @ingroup jobs
* @{ @ingroup cjobs
*/
#ifndef ROAM_JOB_H_

View File

@ -15,7 +15,7 @@
/**
* @defgroup send_dpd_job send_dpd_job
* @{ @ingroup jobs
* @{ @ingroup cjobs
*/
#ifndef SEND_DPD_JOB_H_

View File

@ -15,7 +15,7 @@
/**
* @defgroup send_keepalive_job send_keepalive_job
* @{ @ingroup jobs
* @{ @ingroup cjobs
*/
#ifndef SEND_KEEPALIVE_JOB_H_

View File

@ -15,7 +15,7 @@
/**
* @defgroup update_sa_job update_sa_job
* @{ @ingroup jobs
* @{ @ingroup cjobs
*/
#ifndef UPDATE_SA_JOB_H_

View File

@ -17,7 +17,7 @@
/**
* @defgroup scheduler scheduler
* @{ @ingroup processing
* @{ @ingroup cprocessing
*/
#ifndef SCHEDULER_H_

View File

@ -22,11 +22,11 @@
* @defgroup hplugins plugins
* @ingroup libhydra
*
* @defgroup processing processing
* @defgroup hprocessing processing
* @ingroup libhydra
*
* @defgroup jobs jobs
* @ingroup processing
* @defgroup hjobs jobs
* @ingroup hprocessing
*
* @addtogroup libhydra
* @{

View File

@ -16,7 +16,7 @@
/**
* @defgroup job job
* @{ @ingroup jobs
* @{ @ingroup hjobs
*/
#ifndef JOB_H_

View File

@ -16,7 +16,7 @@
/**
* @defgroup processor processor
* @{ @ingroup processing
* @{ @ingroup hprocessing
*/
#ifndef PROCESSOR_H_