From 9293989a789fca8adf257cde5dc077622032a3dd Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Wed, 24 Oct 2018 23:34:42 +0200 Subject: [PATCH] Doxygen comments --- src/blackcore/context/contextapplicationempty.h | 2 +- src/blackmisc/simulation/xplane/qtfreeutils.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/blackcore/context/contextapplicationempty.h b/src/blackcore/context/contextapplicationempty.h index f3c91030a..c6d79ac38 100644 --- a/src/blackcore/context/contextapplicationempty.h +++ b/src/blackcore/context/contextapplicationempty.h @@ -134,7 +134,7 @@ namespace BlackCore logEmptyContextWarning(Q_FUNC_INFO); } - //! \copydoc IContextApplication::callHotkeyAction + //! \copydoc IContextApplication::callHotkeyActionRemotely virtual void callHotkeyActionRemotely(const QString &action, bool argument, const BlackMisc::CIdentifier &origin) override { Q_UNUSED(action); diff --git a/src/blackmisc/simulation/xplane/qtfreeutils.h b/src/blackmisc/simulation/xplane/qtfreeutils.h index 90b3dd950..1d1f32e23 100644 --- a/src/blackmisc/simulation/xplane/qtfreeutils.h +++ b/src/blackmisc/simulation/xplane/qtfreeutils.h @@ -120,6 +120,7 @@ namespace BlackMisc return getDirName(acfFile) + ' ' + getBaseName(acfFile); } + //! String to lower case std::string toLower(std::string s) { std::transform(s.begin(), s.end(), s.begin(), [](unsigned char c)