]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
libtnccs: Fix apidoc category for split IF-TNCCS 2.0 header files
authorTobias Brunner <tobias@strongswan.org>
Wed, 25 Mar 2015 10:21:00 +0000 (11:21 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 25 Mar 2015 11:00:20 +0000 (12:00 +0100)
Fixes 80322d2cee75 ("Split IF-TNCCS 2.0 protocol processing into
separate TNC client and server handlers").

src/libtnccs/plugins/tnccs_20/tnccs_20_client.h
src/libtnccs/plugins/tnccs_20/tnccs_20_handler.h
src/libtnccs/plugins/tnccs_20/tnccs_20_server.h

index daabd4e7e1278ceae86b15a3fd1c4bc55fdaa73e..7a5f33ebcbed2d896651550edbb9ebe19b67ab40 100644 (file)
@@ -15,7 +15,7 @@
 
 /**
  * @defgroup tnccs_20_client_h tnccs_20_client
- * @{ @ingroup tnccs_20_client
+ * @{ @ingroup tnccs_20
  */
 
 #ifndef TNCCS_20_CLIENT_H_
index a309cbacd894fe63a3bcd696ffd75309a3e45925..d0adb2489f7378e2bf5690a2e3434426160cc6f9 100644 (file)
@@ -15,7 +15,7 @@
 
 /**
  * @defgroup tnccs_20_handler_h tnccs_20_handler
- * @{ @ingroup tnccs_20_handler
+ * @{ @ingroup tnccs_20
  */
 
 #ifndef TNCCS_20_HANDLER_H_
index 5d8d56110672a07eb008ed64dc91d4203103b7fb..5833d1132ae64d7f79f182b9f783a9b0743670df 100644 (file)
@@ -15,7 +15,7 @@
 
 /**
  * @defgroup tnccs_20_server_h tnccs_20_server
- * @{ @ingroup tnccs_20_server
+ * @{ @ingroup tnccs_20
  */
 
 #ifndef TNCCS_20_SERVER_H_
@@ -44,7 +44,7 @@ struct tnccs_20_server_t {
         *
         * @param rec                   TNC Action Recommendation
         * @param eval                  TNC Evaluation Result
-        * @return                              TRUE if Action Recommendation is 
+        * @return                              TRUE if Action Recommendation is
         */
        bool (*have_recommendation)(tnccs_20_server_t *this,
                                                                TNC_IMV_Action_Recommendation *rec,
@@ -61,7 +61,7 @@ struct tnccs_20_server_t {
  * @param max_msg_len          Maximum PA-TNC message size
  * @param eap_transport                TRUE if IF-T for EAP methods
  */
-tnccs_20_handler_t* tnccs_20_server_create(tnccs_t *tnccs, 
+tnccs_20_handler_t* tnccs_20_server_create(tnccs_t *tnccs,
                                                                                   tnccs_send_message_t send_msg,
                                                                                   size_t max_batch_len,
                                                                                   size_t max_msg_len,