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
+9 -5
View File
@@ -278,11 +278,6 @@ struct simaka_manager_t {
void (*destroy)(simaka_manager_t *this);
};
/**
* Dummy libsimaka initialization function needed for integrity test
*/
void libsimaka_init(void);
/**
* Create an SIM/AKA manager to handle multiple (U)SIM cards/providers.
*
@@ -312,4 +307,13 @@ typedef void* (*simaka_manager_register_cb_t)(plugin_t *plugin);
bool simaka_manager_register(plugin_t *plugin, plugin_feature_t *feature,
bool reg, void *data);
/**
* @}
* @addtogroup libsimaka
* @{
*
* Dummy libsimaka initialization function needed for integrity test
*/
void libsimaka_init(void);
#endif /** SIMAKA_MANAGER_H_ @}*/