From f7ef172c32a7e17e5e3b24cafa5da1e95502b9e4 Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Mon, 16 Jan 2017 09:22:37 +0100 Subject: Fix a few -Wdocumentation warnings --- src/core/ksharedconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/ksharedconfig.h') 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 -- cgit v1.2.1