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