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