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
@@ -29,7 +29,9 @@
#include "lib/ebus/symbol.h"
#include "lib/ebus/result.h"
/** @file filereader.h
namespace ebusd {
/** @file lib/ebus/filereader.h
* Helper class and constants for reading configuration files.
*
* The @a FileReader template class allows to read CSV compliant text files
@@ -39,8 +41,6 @@
* with a "*" symbol.
*/
namespace ebusd {
using std::string;
using std::ostream;
using std::ostringstream;