aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfigbackend.h
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2017-01-16 09:22:37 +0100
committerKevin Funk <kfunk@kde.org>2017-01-16 09:22:37 +0100
commitf7ef172c32a7e17e5e3b24cafa5da1e95502b9e4 (patch)
tree58396cb4e251a7cda1ec831aefe0d38742f881f0 /src/core/kconfigbackend.h
parent51410384458b941291f71400d49c3f6d6efbef49 (diff)
downloadkconfig-f7ef172c32a7e17e5e3b24cafa5da1e95502b9e4.tar.gz
kconfig-f7ef172c32a7e17e5e3b24cafa5da1e95502b9e4.tar.bz2
Fix a few -Wdocumentation warnings
Diffstat (limited to 'src/core/kconfigbackend.h')
-rw-r--r--src/core/kconfigbackend.h6
1 files changed, 3 insertions, 3 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
*/