sw-collector: Add missing Doxygen group

Fix location of two classes.
This commit is contained in:
Tobias Brunner 2017-08-07 17:33:55 +02:00
parent 5d65aad8a6
commit e64cdb15c5
3 changed files with 5 additions and 3 deletions

View File

@ -15,7 +15,7 @@
/**
* @defgroup sw_collector_db_t sw_collector_db
* @{ @ingroup imc_swima
* @{ @ingroup sw_collector
*/
#ifndef SW_COLLECTOR_DB_H_
@ -54,7 +54,7 @@ struct sw_collector_db_t {
* @param eid Primary key pointing to last event
* @param epoch Epoch
* @param last_time Timestamp in 20 octet RFC 3339 format of last event
* @return
* @return
*/
bool (*get_last_event)(sw_collector_db_t *this, uint32_t *eid,
uint32_t *epoch, char **last_time);

View File

@ -14,6 +14,8 @@
*/
/**
* @defgroup sw_collector sw-collector
*
* @defgroup sw_collector_info_t sw_collector_info
* @{ @ingroup sw_collector
*/

View File

@ -15,7 +15,7 @@
/**
* @defgroup sw_collector_rest_api_t sw_collector_rest_api
* @{ @ingroup imc_swima
* @{ @ingroup sw_collector
*/
#ifndef SW_COLLECTOR_REST_API_H_