mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
Clang: reduce warnings about code-documentation
This commit is contained in:
parent
f2d2218070
commit
0d884869e5
1 changed files with 2 additions and 3 deletions
|
@ -193,8 +193,8 @@ namespace Calamares
|
|||
* }
|
||||
* \endcode
|
||||
*
|
||||
* \author Matthias Kretz <kretz@kde.org>
|
||||
* \author Bernhard Loos <nhuh.put@web.de>
|
||||
* \author Matthias Kretz <kretz\@kde.org>
|
||||
* \author Bernhard Loos <nhuh.put\@web.de>
|
||||
*/
|
||||
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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue