diff options
| author | Kevin Funk <kfunk@kde.org> | 2017-01-16 09:22:37 +0100 | 
|---|---|---|
| committer | Kevin Funk <kfunk@kde.org> | 2017-01-16 09:22:37 +0100 | 
| commit | f7ef172c32a7e17e5e3b24cafa5da1e95502b9e4 (patch) | |
| tree | 58396cb4e251a7cda1ec831aefe0d38742f881f0 | |
| parent | 51410384458b941291f71400d49c3f6d6efbef49 (diff) | |
| download | kconfig-f7ef172c32a7e17e5e3b24cafa5da1e95502b9e4.tar.gz kconfig-f7ef172c32a7e17e5e3b24cafa5da1e95502b9e4.tar.bz2 | |
Fix a few -Wdocumentation warnings
| -rw-r--r-- | src/core/kconfigbackend.h | 6 | ||||
| -rw-r--r-- | src/core/ksharedconfig.h | 4 | ||||
| -rw-r--r-- | src/gui/kwindowconfig.h | 2 | 
3 files changed, 6 insertions, 6 deletions
| diff --git a/src/core/kconfigbackend.h b/src/core/kconfigbackend.h index 1fdc0aa7..7dec4b88 100644 --- a/src/core/kconfigbackend.h +++ b/src/core/kconfigbackend.h @@ -108,8 +108,8 @@ public:       *       * @param locale the locale to read entries for (if the backend supports localized entries)       * @param pWriteBackMap the KEntryMap where the entries are placed -     * @param options @see ParseOptions -     * @return @see ParseInfo +     * @param options See ParseOptions +     * @return See ParseInfo       */      virtual ParseInfo parseConfig(const QByteArray &locale,                                    KEntryMap &pWriteBackMap, @@ -120,7 +120,7 @@ public:       *       * @param locale the locale to write entries for (if the backend supports localized entries)       * @param entryMap the KEntryMap containing the config object's entries. -     * @param options @see WriteOptions +     * @param options See WriteOptions       *       * @return @c true if the write was successful, @c false if writing the configuration failed       */ diff --git a/src/core/ksharedconfig.h b/src/core/ksharedconfig.h index 2d083797..96a54c82 100644 --- a/src/core/ksharedconfig.h +++ b/src/core/ksharedconfig.h @@ -53,7 +53,7 @@ public:       * If an absolute path is specified for @p fileName, that file will be used       * as the store for the configuration settings.  If a non-absolute path       * is provided, the file will be looked for in the standard directory -     * specified by resourceType.  If no path is provided, a default +     * specified by @p type.  If no path is provided, a default       * configuration file will be used based on the name of the main       * application component.       * @@ -66,7 +66,7 @@ public:       *                     from the application name + "rc")       * @param mode         how global settings should affect the configuration       *                     options exposed by this KConfig object -     * @param resourceType The standard directory to look for the configuration +     * @param type         The standard directory to look for the configuration       *                     file in (see QStandardPaths)       *       * @sa KConfig diff --git a/src/gui/kwindowconfig.h b/src/gui/kwindowconfig.h index 48a8f3c7..49f14f96 100644 --- a/src/gui/kwindowconfig.h +++ b/src/gui/kwindowconfig.h @@ -51,7 +51,7 @@ KCONFIGGUI_EXPORT void saveWindowSize(const QWindow *window, KConfigGroup &confi   *   * @note the group must be set before calling   * - * @param dialog The dialog to restore size. + * @param window The window to restore size.   * @param config The config group to read from.   * @since 5.0.   */ | 
