]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
libimcv: Fix Doxygen comments after merging libpts into libimcv
authorTobias Brunner <tobias@strongswan.org>
Mon, 13 Oct 2014 15:11:57 +0000 (17:11 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 13 Oct 2014 15:11:57 +0000 (17:11 +0200)
13 files changed:
src/libimcv/imc/imc_os_info.h
src/libimcv/imcv.h
src/libimcv/imv/imv_os_info.h
src/libimcv/plugins/imv_attestation/attest_db.h
src/libimcv/pts/pts.h
src/libimcv/seg/seg_contract.h
src/libimcv/seg/seg_contract_manager.h
src/libimcv/seg/seg_env.h
src/libimcv/swid/swid_error.h
src/libimcv/swid/swid_inventory.h
src/libimcv/swid/swid_tag.h
src/libimcv/swid/swid_tag_id.h
src/libimcv/tcg/tcg_attr.h

index a6db4431433baa5eda4671f2ff1cf7175039ae4e..6bb0e960cd33de00c888cb472483d19fd9131c28 100644 (file)
@@ -15,7 +15,7 @@
 
 /**
  * @defgroup imc_os_info imc_os_info
- * @{ @ingroup libimcv
+ * @{ @ingroup libimcv_imc
  */
 
 #ifndef IMC_OS_INFO_H_
index cfb1903d9b8a6fa19a7e8d3145e8c1c20514afbf..31536eca5481c6a0661c300156bfebaba5bad077 100644 (file)
  * @defgroup libimcv_plugins plugins
  * @ingroup libimcv
  *
+ * @defgroup libimcv_seg seg
+ * @ingroup libimcv
+ *
+ * @defgroup libimcv_swid swid
+ * @ingroup libimcv
+ *
  * @addtogroup libimcv
  * @{
  */
index b68a17ee75daa9fcaa7ee169516980f857283e5e..7cd609a22ee8eefe4079c24d3fa2c90d1a5ed667 100644 (file)
@@ -15,7 +15,7 @@
 
 /**
  * @defgroup imv_os_info imv_os_info
- * @{ @ingroup libimcv
+ * @{ @ingroup libimcv_imv
  */
 
 #ifndef IMV_OS_INFO_H_
index 07e55cce7a5366d8669a70dfc43bd94f22cc582a..ab3d046b3680938cee8253574fb387d1d697e34b 100644 (file)
@@ -15,7 +15,7 @@
 
 /**
  * @defgroup attest_db_t attest_db
- * @{ @ingroup libpts
+ * @{ @ingroup libimcv
  */
 
 #ifndef ATTEST_DB_H_
index fead588aec92beb59ff09614b53793f7e4fc689e..be32a3464191e60cb1ac59068403d307dda65447 100644 (file)
@@ -16,7 +16,7 @@
 
 /**
  * @defgroup pts pts
- * @{ @ingroup libpts
+ * @{ @ingroup libimcv
  */
 
 #ifndef PTS_H_
index 2a2666f42ba1fbd215aaff51d645925204708a23..23676a9f4335c2fc576709b7eb36729a9be3c2a5 100644 (file)
@@ -15,7 +15,7 @@
 
 /**
  * @defgroup seg_contract seg_contract
- * @{ @ingroup libimcv
+ * @{ @ingroup libimcv_seg
  */
 
 #ifndef SEG_CONTRACT_H_
@@ -106,7 +106,7 @@ struct seg_contract_t {
         * Get contract role
         *
         * @return                              TRUE:  contracting party (issuer),
-        *                                              FALSE: contracted party 
+        *                                              FALSE: contracted party
         */
        bool (*is_issuer)(seg_contract_t *this);
 
@@ -162,7 +162,7 @@ struct seg_contract_t {
 };
 
 /**
- * Create a PA-TNC attribute segmentation contract 
+ * Create a PA-TNC attribute segmentation contract
  *
  * @param msg_type                     PA-TNC message type
  * @param max_attr_size                Maximum PA-TNC attribute size in octets
index 2757eca9e602fa70d945a3534890bfba74536d86..fa9d23c0f3016d399a01082f4818fad7603f6773 100644 (file)
@@ -15,7 +15,7 @@
 
 /**
  * @defgroup seg_contract_manager seg_contract_manager
- * @{ @ingroup libimcv
+ * @{ @ingroup libimcv_seg
  */
 
 #ifndef SEG_CONTRACT_MANAGER_H_
index dd057ae471c6c1bfd8eba92ab56a20127d4903a2..08d33d752e40626ae6635670c16b0928843e9028 100644 (file)
@@ -15,7 +15,7 @@
 
 /**
  * @defgroup seg_env seg_env
- * @{ @ingroup libimcv
+ * @{ @ingroup libimcv_seg
  */
 
 #ifndef SEG_ENV_H_
index 1da6148ff8acca3e9c6162bd282ac8865f013a41..b459ba686d2c12e93bc7b8a12a35371b7907326c 100644 (file)
@@ -15,7 +15,7 @@
 
 /**
  * @defgroup swid_error swid_error
- * @{ @ingroup swid
+ * @{ @ingroup libimcv_swid
  */
 
 #ifndef SWID_ERROR_H_
index 52f9c66a82f22a1ba6d83fb18453491ae1dffcd5..04029070ee8973cff69f0b78d7742e31d8183994 100644 (file)
@@ -15,7 +15,7 @@
 
 /**
  * @defgroup swid_inventory swid_inventory
- * @{ @ingroup pts
+ * @{ @ingroup libimcv_swid
  */
 
 #ifndef SWID_INVENTORY_H_
index 0e2eb499f53876a7b0e47a258fd151ef691865f1..22c14b1aadafe99a0a119a28597a0d322f145323 100644 (file)
@@ -15,7 +15,7 @@
 
 /**
  * @defgroup swid_tag swid_tag
- * @{ @ingroup swid
+ * @{ @ingroup libimcv_swid
  */
 
 #ifndef SWID_TAG_H_
index 9761f2af363229c3a30ab13717fd8efc418868fa..a2be290aea1ffede1e3a634409d8ca7b6373af3f 100644 (file)
@@ -15,7 +15,7 @@
 
 /**
  * @defgroup swid_tag_id swid_tag_id
- * @{ @ingroup swid
+ * @{ @ingroup libimcv_swid
  */
 
 #ifndef SWID_TAG_ID_H_
index 24ec6e1ea096b358cc9d9d9a15a628d8511e5787..9523f8e1808cf158924a427ddaf5d92fdf25158f 100644 (file)
@@ -15,7 +15,7 @@
 
 /**
  * @defgroup tcg_attr tcg_attr
- * @{ @ingroup libpts
+ * @{ @ingroup libimcv
  */
 
 #ifndef TCG_ATTR_H_