Doxygen fixes, improvements

This commit is contained in:
Klaus Basan
2014-07-08 18:17:04 +02:00
parent 161aec96a7
commit ecb2a6ff66
17 changed files with 92 additions and 27 deletions

View File

@@ -3,6 +3,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
//! \file
#ifndef BLACKCORE_CONTEXTSETTINGS_H
#define BLACKCORE_CONTEXTSETTINGS_H
@@ -17,9 +19,17 @@
#include <QObject>
#include <QVariant>
//! \addtogroup dbus
//! @{
//! DBus interface for context
#define BLACKCORE_CONTEXTSETTINGS_INTERFACENAME "net.vatsim.PilotClient.BlackCore.ContextSettings"
//! DBus object path for context
#define BLACKCORE_CONTEXTSETTINGS_OBJECTPATH "/Settings"
//! @}
namespace BlackCore
{
/*!