fix doxygen and put everything besides main function in namespace ebusd
This commit is contained in:
@@ -27,7 +27,9 @@
|
||||
#include <fstream>
|
||||
#include "lib/ebus/result.h"
|
||||
|
||||
/** @file device.h
|
||||
namespace ebusd {
|
||||
|
||||
/** @file lib/ebus/device.h
|
||||
* Classes providing access to the eBUS.
|
||||
*
|
||||
* A @a Device is either a @a SerialDevice directly connected to a local tty
|
||||
@@ -36,8 +38,6 @@
|
||||
* to a file and/or forwarding it to a logging function.
|
||||
*/
|
||||
|
||||
namespace ebusd {
|
||||
|
||||
/**
|
||||
* Interface for listening to data received on/sent to a device.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user