refs #91 & #124 doxygen fixes, style/comment changes, typos, and override / nullptr keywords

Remark: Doxygen <70 warnings
This commit is contained in:
Klaus Basan
2014-02-07 01:09:31 +01:00
parent 6bf930650a
commit 116db9a425
18 changed files with 269 additions and 461 deletions

View File

@@ -30,6 +30,7 @@ namespace BlackCore
Q_CLASSINFO("D-Bus Interface", BLACKCORE_DBUSERVER_SERVICENAME)
public:
//! \brief Service name of DBus serve
static const QString ServiceName;
/*!
@@ -73,24 +74,12 @@ namespace BlackCore
}
public:
/*!
* \brief Constructor
* \param parent
*/
CDBusServer(const QString &address, QObject *parent = 0);
//! \brief Constructor
CDBusServer(const QString &address, QObject *parent = nullptr);
/*!
* \brief Adds a QObject to be exposed to DBus
* \param name
* \param object
*/
//!! \brief Adds a QObject to be exposed to DBus
void addObject(const QString &name, QObject *object);
/*!
* \brief printError
*/
void printError() const;
/*!
* \brief Last error
* \return