]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Some Doxygen fixes.
authorTobias Brunner <tobias@strongswan.org>
Fri, 28 Oct 2011 19:24:52 +0000 (21:24 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 28 Oct 2011 19:24:52 +0000 (21:24 +0200)
Doxyfile.in
src/libcharon/plugins/tnc_tnccs/tnc_tnccs_manager.h
src/libcharon/plugins/tnc_tnccs/tnc_tnccs_plugin.h
src/libtnccs/tnc/tnc.h

index e7f5b50a46e68d588a5c40d87a16804a7e00dbaf..524d639e04d937a7fe9360a82985047f5a02b245 100644 (file)
@@ -532,6 +532,8 @@ INPUT                  = @SRC_DIR@/src/libstrongswan \
                          @SRC_DIR@/src/libcharon \
                          @SRC_DIR@/src/libsimaka \
                          @SRC_DIR@/src/libtls \
+                         @SRC_DIR@/src/libtnccs \
+                         @SRC_DIR@/src/libtncif \
                          @SRC_DIR@/src/libfast \
                          @SRC_DIR@/src/manager
 
index 603973de91060f808d7b164d0b36adc8ba6b7acd..dd51498465f24310ef9f0d6ec1d7b22d0cb24314 100644 (file)
@@ -14,7 +14,6 @@
  */
 
 /**
- *
  * @defgroup tnc_tnccs_manager tnc_tnccs_manager
  * @{ @ingroup tnc_tnccs
  */
index 9afff7c97b76d9eb4af619388630a06755e24697..f935fa46285af2913c5b14073a39f34883c8f0e7 100644 (file)
  */
 
 /**
- * @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_
index d360a27280f93e5663e9f50b49ac2a41f554a6ce..e5a4a295999a6e301fa3f4d44612b4e22e4685c7 100644 (file)
 
 /**
  * @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;