mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Fix doxygen warnings
This commit is contained in:
committed by
Roland Winklmeier
parent
1b06e15b61
commit
5fc284cc36
@@ -20,6 +20,9 @@ namespace BlackSimPlugin
|
||||
namespace Fsx
|
||||
{
|
||||
|
||||
/*!
|
||||
* Window for setting up the FSX plugin.
|
||||
*/
|
||||
class CSimulatorFsxConfig : public QObject, public BlackGui::IPluginConfig
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user