Fix doxygen warnings

This commit is contained in:
Michał Garapich
2015-11-22 16:49:53 +01:00
committed by Roland Winklmeier
parent 1b06e15b61
commit 5fc284cc36
5 changed files with 12 additions and 2 deletions

View File

@@ -19,6 +19,10 @@ namespace BlackSimPlugin
{
namespace XPlane
{
/*!
* Setting for XBus.
*/
struct XBusServer : public BlackCore::CSettingTrait<QString>
{
//! \copydoc BlackCore::CSetting::key
@@ -28,7 +32,7 @@ namespace BlackSimPlugin
static QString defaultValue() { return QStringLiteral("session"); }
};
/**
/*!
* Config plugin for the X-Plane plugin.
*/
class CSimulatorXPlaneConfig : public QObject, public BlackGui::IPluginConfig