Fixed Doxygen comments after scanning complete src directory
This commit is contained in:
@@ -14,9 +14,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @defgroup imc_attestation_process_t imc_attestation_process
|
||||
* @{ @ingroup imc_attestation_process
|
||||
* @{ @ingroup imc_attestation
|
||||
*/
|
||||
|
||||
#ifndef IMC_ATTESTATION_PROCESS_H_
|
||||
|
||||
@@ -14,9 +14,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup imc_attestation imc_attestation
|
||||
* @ingroup libpts_plugins
|
||||
*
|
||||
* @defgroup imc_attestation_state_t imc_attestation_state
|
||||
* @{ @ingroup imc_attestation_state
|
||||
* @{ @ingroup imc_attestation
|
||||
*/
|
||||
|
||||
#ifndef IMC_ATTESTATION_STATE_H_
|
||||
|
||||
@@ -14,9 +14,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @defgroup attest_db_t attest_db
|
||||
* @{ @ingroup attest_db
|
||||
* @{ @ingroup libpts
|
||||
*/
|
||||
|
||||
#ifndef ATTEST_DB_H_
|
||||
|
||||
@@ -14,9 +14,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @defgroup imv_attestation_build_t imv_attestation_build
|
||||
* @{ @ingroup imv_attestation_build
|
||||
* @{ @ingroup imv_attestation
|
||||
*/
|
||||
|
||||
#ifndef IMV_ATTESTATION_BUILD_H_
|
||||
|
||||
@@ -14,9 +14,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @defgroup imv_attestation_process_t imv_attestation_process
|
||||
* @{ @ingroup imv_attestation_process
|
||||
* @{ @ingroup imv_attestation
|
||||
*/
|
||||
|
||||
#ifndef IMV_ATTESTATION_PROCESS_H_
|
||||
|
||||
@@ -14,9 +14,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup imv_attestation imv_attestation
|
||||
* @ingroup libpts_plugins
|
||||
*
|
||||
* @defgroup imv_attestation_state_t imv_attestation_state
|
||||
* @{ @ingroup imv_attestation_state
|
||||
* @{ @ingroup imv_attestation
|
||||
*/
|
||||
|
||||
#ifndef IMV_ATTESTATION_STATE_H_
|
||||
@@ -73,7 +75,7 @@ struct imv_attestation_state_t {
|
||||
*/
|
||||
imv_attestation_handshake_state_t (*get_handshake_state)(
|
||||
imv_attestation_state_t *this);
|
||||
|
||||
|
||||
/**
|
||||
* Set state of the handshake
|
||||
*
|
||||
@@ -133,7 +135,7 @@ struct imv_attestation_state_t {
|
||||
/**
|
||||
* Get a Functional Component with a given name
|
||||
*
|
||||
* @param name Name of the requested Functional Component
|
||||
* @param name Name of the requested Functional Component
|
||||
* @return Functional Component if found, NULL otherwise
|
||||
*/
|
||||
pts_component_t* (*get_component)(imv_attestation_state_t *this,
|
||||
|
||||
Reference in New Issue
Block a user