Doxygen style

This commit is contained in:
Mat Sutcliffe
2021-09-18 00:51:48 +01:00
parent 57d32da826
commit 312dec792b
66 changed files with 75 additions and 75 deletions

View File

@@ -27,7 +27,7 @@ namespace BlackSimPlugin::Emulated
{
class CSimulatorEmulated;
/**
/*!
* Monitor widget for the pseudo driver
*/
class CSimulatorEmulatedMonitorDialog : public QDialog, public BlackMisc::CIdentifiable

View File

@@ -17,7 +17,7 @@
namespace Ui { class CSimulatorEmulatedConfigWidget; }
namespace BlackSimPlugin::Emulated
{
/**
/*!
* Configuration window for CSimulatorEmulatedConfig
*/
class Q_DECL_EXPORT CSimulatorEmulatedConfigWidget : public BlackGui::CPluginConfigWindow

View File

@@ -20,7 +20,7 @@
namespace Ui { class CSimulatorFlightgearConfigWindow; }
namespace BlackSimPlugin::Flightgear
{
/**
/*!
* A window that shows all the Flightgear plugin options.
*/
class CSimulatorFlightgearConfigWindow : public BlackGui::CPluginConfigWindow

View File

@@ -19,7 +19,7 @@
namespace Ui { class CSimulatorFsxConfigWindow; }
namespace BlackSimPlugin::FsxCommon
{
/**
/*!
* A window that lets user set up the FSX plugin.
*/
class FSXCOMMON_EXPORT CSimulatorFsxConfigWindow : public BlackGui::CPluginConfigWindow

View File

@@ -20,7 +20,7 @@
namespace Ui { class CSimulatorXPlaneConfigWindow; }
namespace BlackSimPlugin::XPlane
{
/**
/*!
* A window that shows all the X-Plane plugin options.
*/
class CSimulatorXPlaneConfigWindow : public BlackGui::CPluginConfigWindow