aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libcharon/plugins/tnc_tnccs/tnc_tnccs_manager.h1
-rw-r--r--src/libcharon/plugins/tnc_tnccs/tnc_tnccs_plugin.h4
-rw-r--r--src/libtnccs/tnc/tnc.h7
3 files changed, 5 insertions, 7 deletions
diff --git a/src/libcharon/plugins/tnc_tnccs/tnc_tnccs_manager.h b/src/libcharon/plugins/tnc_tnccs/tnc_tnccs_manager.h
index 603973de9..dd5149846 100644
--- a/src/libcharon/plugins/tnc_tnccs/tnc_tnccs_manager.h
+++ b/src/libcharon/plugins/tnc_tnccs/tnc_tnccs_manager.h
@@ -14,7 +14,6 @@
*/
/**
- *
* @defgroup tnc_tnccs_manager tnc_tnccs_manager
* @{ @ingroup tnc_tnccs
*/
diff --git a/src/libcharon/plugins/tnc_tnccs/tnc_tnccs_plugin.h b/src/libcharon/plugins/tnc_tnccs/tnc_tnccs_plugin.h
index 9afff7c97..f935fa462 100644
--- a/src/libcharon/plugins/tnc_tnccs/tnc_tnccs_plugin.h
+++ b/src/libcharon/plugins/tnc_tnccs/tnc_tnccs_plugin.h
@@ -14,11 +14,11 @@
*/
/**
- * @defgroup tnccs tnccs
+ * @defgroup tnc_tnccs tnc_tnccs
* @ingroup cplugins
*
* @defgroup tnc_tnccs_plugin tnc_tnccs_plugin
- * @{ @ingroup tnccs
+ * @{ @ingroup tnc_tnccs
*/
#ifndef TNC_TNCCS_PLUGIN_H_
diff --git a/src/libtnccs/tnc/tnc.h b/src/libtnccs/tnc/tnc.h
index d360a2728..e5a4a2959 100644
--- a/src/libtnccs/tnc/tnc.h
+++ b/src/libtnccs/tnc/tnc.h
@@ -15,10 +15,9 @@
/**
* @defgroup tnc tnc
- * @ingroup tnc
*
- * @defgroup tnc tnc
- * @{ @ingroup tnc
+ * @addtogroup tnc
+ * @{
*/
#ifndef TNC_H_
@@ -48,7 +47,7 @@ struct tnc_t {
imv_manager_t *imvs;
/**
- * TNC-TNCCS manager controlling the TNC Server and Client protocols
+ * TNC-TNCCS manager controlling the TNC Server and Client protocols
*/
tnccs_manager_t *tnccs;