Some Doxygen fixes.

This commit is contained in:
Tobias Brunner 2011-10-28 21:24:52 +02:00
parent 075c706073
commit abb89a97d1
4 changed files with 7 additions and 7 deletions

View File

@ -532,6 +532,8 @@ INPUT = @SRC_DIR@/src/libstrongswan \
@SRC_DIR@/src/libcharon \ @SRC_DIR@/src/libcharon \
@SRC_DIR@/src/libsimaka \ @SRC_DIR@/src/libsimaka \
@SRC_DIR@/src/libtls \ @SRC_DIR@/src/libtls \
@SRC_DIR@/src/libtnccs \
@SRC_DIR@/src/libtncif \
@SRC_DIR@/src/libfast \ @SRC_DIR@/src/libfast \
@SRC_DIR@/src/manager @SRC_DIR@/src/manager

View File

@ -14,7 +14,6 @@
*/ */
/** /**
*
* @defgroup tnc_tnccs_manager tnc_tnccs_manager * @defgroup tnc_tnccs_manager tnc_tnccs_manager
* @{ @ingroup tnc_tnccs * @{ @ingroup tnc_tnccs
*/ */

View File

@ -14,11 +14,11 @@
*/ */
/** /**
* @defgroup tnccs tnccs * @defgroup tnc_tnccs tnc_tnccs
* @ingroup cplugins * @ingroup cplugins
* *
* @defgroup tnc_tnccs_plugin tnc_tnccs_plugin * @defgroup tnc_tnccs_plugin tnc_tnccs_plugin
* @{ @ingroup tnccs * @{ @ingroup tnc_tnccs
*/ */
#ifndef TNC_TNCCS_PLUGIN_H_ #ifndef TNC_TNCCS_PLUGIN_H_

View File

@ -15,10 +15,9 @@
/** /**
* @defgroup tnc tnc * @defgroup tnc tnc
* @ingroup tnc
* *
* @defgroup tnc tnc * @addtogroup tnc
* @{ @ingroup tnc * @{
*/ */
#ifndef TNC_H_ #ifndef TNC_H_
@ -48,7 +47,7 @@ struct tnc_t {
imv_manager_t *imvs; 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; tnccs_manager_t *tnccs;