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
+3 -3
View File
@@ -30,7 +30,9 @@
#include "lib/ebus/result.h"
#include "lib/ebus/symbol.h"
/** @file message.h
namespace ebusd {
/** @file lib/ebus/message.h
* Classes and functions for decoding and encoding of complete messages on the
* eBUS to and from readable values.
*
@@ -57,8 +59,6 @@
* template class.
*/
namespace ebusd {
using std::binary_function;
using std::priority_queue;
using std::deque;