Ref T709, doxygen

This commit is contained in:
Klaus Basan
2019-08-14 00:22:36 +02:00
parent 3d413c749c
commit bd49f5151a
2 changed files with 4 additions and 4 deletions

View File

@@ -387,13 +387,13 @@ namespace BlackSimPlugin
void getSpeedBrakeRatioAsync(double *o_speedBrakeRatio);
//! @}
//! \copydoc XSwiftBus::CService::getSettings
//! \copydoc XSwiftBus::CSettingsProvider::getSettings
//! @{
QString getSettingsJson() const;
void getSettingsJsonAsync(QString *o_jsonSettings);
//! @}
//! \copydoc XSwiftBus::CService::setSettings
//! \copydoc XSwiftBus::CSettingsProvider::setSettings
void setSettingsJson(const QString &json);
};
} // ns

View File

@@ -28,7 +28,7 @@ namespace XSwiftBus
CSettings(const std::string &json);
protected:
//! \copydoc CXSwiftBusSettingsQtFree::objectUpdated
//! \copydoc BlackMisc::Simulation::Settings::CXSwiftBusSettingsQtFree::objectUpdated
virtual void objectUpdated() override final {}
};
@@ -36,7 +36,7 @@ namespace XSwiftBus
class CSettingsProvider
{
public:
//! By value
//! Get settings
//! \threadsafe
CSettings getSettings() const;