fix doxygen and put everything besides main function in namespace ebusd
This commit is contained in:
@@ -21,7 +21,9 @@
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
/** \file thread.h */
|
||||
namespace ebusd {
|
||||
|
||||
/** \file lib/utils/thread.h */
|
||||
|
||||
/**
|
||||
* wrapper class for pthread.
|
||||
@@ -140,4 +142,6 @@ class WaitThread : public Thread {
|
||||
pthread_cond_t m_cond;
|
||||
};
|
||||
|
||||
} // namespace ebusd
|
||||
|
||||
#endif // LIB_UTILS_THREAD_H_
|
||||
|
||||
Reference in New Issue
Block a user