fix doxygen and put everything besides main function in namespace ebusd
This commit is contained in:
@@ -21,7 +21,9 @@
|
||||
|
||||
#include <time.h>
|
||||
|
||||
/** \file clock.h */
|
||||
namespace ebusd {
|
||||
|
||||
/** \file lib/utils/clock.h */
|
||||
|
||||
/**
|
||||
* Get the real time system clock.
|
||||
@@ -29,4 +31,6 @@
|
||||
*/
|
||||
void clockGettime(struct timespec* t);
|
||||
|
||||
} // namespace ebusd
|
||||
|
||||
#endif // LIB_UTILS_CLOCK_H_
|
||||
|
||||
Reference in New Issue
Block a user