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
@@ -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.
*/