Clang: reduce warnings about code-documentation

This commit is contained in:
Adriaan de Groot 2017-06-27 07:17:40 -04:00
parent f2d2218070
commit 0d884869e5

View File

@ -193,8 +193,8 @@ namespace Calamares
* } * }
* \endcode * \endcode
* *
* \author Matthias Kretz <kretz@kde.org> * \author Matthias Kretz <kretz\@kde.org>
* \author Bernhard Loos <nhuh.put@web.de> * \author Bernhard Loos <nhuh.put\@web.de>
*/ */
class DLLEXPORT PluginFactory : public QObject class DLLEXPORT PluginFactory : public QObject
{ {
@ -311,7 +311,6 @@ protected:
* was requested. E.g. for KCModule plugins this string will be "KCModule". * was requested. E.g. for KCModule plugins this string will be "KCModule".
* \param parentWidget Only used if the requested plugin is a KPart. * \param parentWidget Only used if the requested plugin is a KPart.
* \param parent The parent object for the plugin object. * \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 * \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. * keyword is read from the X-KDE-PluginKeyword entry in the .desktop file.
*/ */