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
@@ -26,12 +26,12 @@
#include "lib/ebus/result.h"
#include "lib/utils/log.h"
/** \file main.h
namespace ebusd {
/** \file ebusd/main.h
* The main entry method doing all the startup handling.
*/
namespace ebusd {
/** A structure holding all program options. */
struct options {
const char* device; //!< eBUS device (serial device or [udp:]ip:port) [/dev/ttyUSB0]