Fixed Doxygen comments after scanning complete src directory

This commit is contained in:
Tobias Brunner
2013-03-02 18:31:53 +01:00
parent b42f2cacac
commit 11adf114c1
96 changed files with 221 additions and 183 deletions
+3 -1
View File
@@ -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_
+1 -2
View File
@@ -14,9 +14,8 @@
*/
/**
*
* @defgroup imv_os_database_t imv_os_database
* @{ @ingroup imv_os_database
* @{ @ingroup imv_os
*/
#ifndef IMV_OS_DATABASE_H_
+4 -2
View File
@@ -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_