Fixing Doxygen groups after moving processor.

This commit is contained in:
Tobias Brunner
2010-09-02 19:01:22 +02:00
parent c5f7146b17
commit 222a64d892
21 changed files with 25 additions and 25 deletions
+3 -3
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
* @{
+1 -1
View File
@@ -16,7 +16,7 @@
/**
* @defgroup job job
* @{ @ingroup jobs
* @{ @ingroup hjobs
*/
#ifndef JOB_H_
+1 -1
View File
@@ -16,7 +16,7 @@
/**
* @defgroup processor processor
* @{ @ingroup processing
* @{ @ingroup hprocessing
*/
#ifndef PROCESSOR_H_