From 0d884869e5a5d306cc497a94c1dafcf050c10d0f Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 27 Jun 2017 07:17:40 -0400 Subject: [PATCH] Clang: reduce warnings about code-documentation --- src/libcalamares/utils/PluginFactory.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/libcalamares/utils/PluginFactory.h b/src/libcalamares/utils/PluginFactory.h index c0053ba38..a45078f65 100644 --- a/src/libcalamares/utils/PluginFactory.h +++ b/src/libcalamares/utils/PluginFactory.h @@ -193,8 +193,8 @@ namespace Calamares * } * \endcode * - * \author Matthias Kretz - * \author Bernhard Loos + * \author Matthias Kretz + * \author Bernhard Loos */ class DLLEXPORT PluginFactory : public QObject { @@ -311,7 +311,6 @@ protected: * was requested. E.g. for KCModule plugins this string will be "KCModule". * \param parentWidget Only used if the requested plugin is a KPart. * \param parent The parent object for the plugin object. - * \param args A plugin specific list of arbitrary arguments. * \param keyword A string that uniquely identifies the plugin. If a KService is used this * keyword is read from the X-KDE-PluginKeyword entry in the .desktop file. */