fix doxygen and put everything besides main function in namespace ebusd
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user