Fixing Doxygen for libhydra.

This commit is contained in:
Tobias Brunner 2010-03-24 15:39:02 +01:00
parent 1f4e0f61dd
commit 83218f0d65
3 changed files with 7 additions and 6 deletions

View File

@ -528,6 +528,7 @@ WARN_LOGFILE =
# with spaces. # with spaces.
INPUT = @SRC_DIR@/src/libstrongswan \ INPUT = @SRC_DIR@/src/libstrongswan \
@SRC_DIR@/src/libhydra \
@SRC_DIR@/src/libcharon \ @SRC_DIR@/src/libcharon \
@SRC_DIR@/src/libsimaka \ @SRC_DIR@/src/libsimaka \
@SRC_DIR@/src/libfast \ @SRC_DIR@/src/libfast \

View File

@ -16,11 +16,11 @@
/** /**
* @defgroup libhydra libhydra * @defgroup libhydra libhydra
* *
*/ * @defgroup hplugins plugins
* @ingroup libhydra
/** *
* @defgroup hydra hydra * @addtogroup libhydra
* @{ @ingroup libhydra * @{
*/ */
#ifndef HYDRA_H_ #ifndef HYDRA_H_

View File

@ -15,7 +15,7 @@
/** /**
* @defgroup attr_sql attr_sql * @defgroup attr_sql attr_sql
* @ingroup plugins * @ingroup hplugins
* *
* @defgroup sql_plugin sql_plugin * @defgroup sql_plugin sql_plugin
* @{ @ingroup attr_sql * @{ @ingroup attr_sql