fix doxygen and put everything besides main function in namespace ebusd

This commit is contained in:
john30
2017-02-25 16:12:09 +01:00
parent d365cb1f9c
commit ca164185dc
31 changed files with 212 additions and 99 deletions
+4
View File
@@ -27,6 +27,8 @@
#include <string>
#include "lib/utils/clock.h"
namespace ebusd {
using std::streamsize;
RotateFile::~RotateFile() {
@@ -86,3 +88,5 @@ void RotateFile::write(unsigned char* value, unsigned int size, bool received) {
}
}
}
} // namespace ebusd