Fixed Doxygen comments after scanning complete src directory
This commit is contained in:
@@ -14,9 +14,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup imc_os imc_os
|
||||
* @ingroup libimcv_plugins
|
||||
*
|
||||
* @defgroup imc_os_state_t imc_os_state
|
||||
* @{ @ingroup imc_os_state
|
||||
* @{ @ingroup imc_os
|
||||
*/
|
||||
|
||||
#ifndef IMC_OS_STATE_H_
|
||||
|
||||
@@ -13,9 +13,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup imc_scanner imc_scanner
|
||||
* @ingroup libimcv_plugins
|
||||
*
|
||||
* @defgroup imc_scanner_state_t imc_scanner_state
|
||||
* @{ @ingroup imc_scanner_state
|
||||
* @{ @ingroup imc_scanner
|
||||
*/
|
||||
|
||||
#ifndef IMC_SCANNER_STATE_H_
|
||||
|
||||
@@ -13,9 +13,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup imc_test imc_test
|
||||
* @ingroup libimcv_plugins
|
||||
*
|
||||
* @defgroup imc_test_state_t imc_test_state
|
||||
* @{ @ingroup imc_test_state
|
||||
* @{ @ingroup imc_test
|
||||
*/
|
||||
|
||||
#ifndef IMC_TEST_STATE_H_
|
||||
|
||||
@@ -14,9 +14,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @defgroup imv_os_database_t imv_os_database
|
||||
* @{ @ingroup imv_os_database
|
||||
* @{ @ingroup imv_os
|
||||
*/
|
||||
|
||||
#ifndef IMV_OS_DATABASE_H_
|
||||
|
||||
@@ -14,9 +14,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup imv_os imv_os
|
||||
* @ingroup libimcv_plugins
|
||||
*
|
||||
* @defgroup imv_os_state_t imv_os_state
|
||||
* @{ @ingroup imv_os_state
|
||||
* @{ @ingroup imv_os
|
||||
*/
|
||||
|
||||
#ifndef IMV_OS_STATE_H_
|
||||
@@ -61,7 +63,7 @@ struct imv_os_state_t {
|
||||
* @param type OS type (enumerated)
|
||||
* @param name OS name (string)
|
||||
* @param version OS version
|
||||
* @return OS name & version as a concatenated string
|
||||
* @return OS name & version as a concatenated string
|
||||
*/
|
||||
char* (*get_info)(imv_os_state_t *this, os_type_t *os_type,
|
||||
chunk_t *name, chunk_t *version);
|
||||
|
||||
@@ -13,9 +13,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup imv_scanner imv_scanner
|
||||
* @ingroup libimcv_plugins
|
||||
*
|
||||
* @defgroup imv_scanner_state_t imv_scanner_state
|
||||
* @{ @ingroup imv_scanner_state
|
||||
* @{ @ingroup imv_scanner
|
||||
*/
|
||||
|
||||
#ifndef IMV_SCANNER_STATE_H_
|
||||
|
||||
@@ -13,9 +13,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup imv_test imv_test
|
||||
* @ingroup libimcv_plugins
|
||||
*
|
||||
* @defgroup imv_test_state_t imv_test_state
|
||||
* @{ @ingroup imv_test_state
|
||||
* @{ @ingroup imv_test
|
||||
*/
|
||||
|
||||
#ifndef IMV_TEST_STATE_H_
|
||||
|
||||
Reference in New Issue
Block a user