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
@@ -19,13 +19,13 @@
#ifndef LIB_EBUS_CONTRIB_CONTRIB_H_
#define LIB_EBUS_CONTRIB_CONTRIB_H_
/** @file contrib.h
namespace ebusd {
/** @file lib/ebus/contrib/contrib.h
* Contributed sources that may be excluded from regular builds.
* configure switch: --without-contrib
*/
namespace ebusd {
/**
* Registration function that is called once during initialization.
* @return true if registration was successful.
+4 -4
View File
@@ -30,12 +30,12 @@
#include "lib/ebus/result.h"
#include "lib/ebus/datatype.h"
/** @file tem.h
* Contributed data types for TEM devices not part of regular releases.
*/
namespace ebusd {
/** @file lib/ebus/contrib/tem.h
* Contributed data types for TEM devices not necessarily part of regular releases.
*/
/**
* A special variant of @a NumberDataType for TEM/Dungs ParamID in master/slave
* data.