From 9044b4a3ade280f9aa6d7ae07bdbbe07b24661b6 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Sun, 1 Dec 2019 13:32:51 +0100 Subject: API dox: fixes (prevent linebreak after . in auto-brief begin, more @c) GIT_SILENT --- src/gui/kconfiggui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gui/kconfiggui.h b/src/gui/kconfiggui.h index b9d9cadb..bc4248f3 100644 --- a/src/gui/kconfiggui.h +++ b/src/gui/kconfiggui.h @@ -54,9 +54,9 @@ KCONFIGGUI_EXPORT void setSessionConfig(const QString &id, const QString &key); /** * Indicates if a session config has been created for that application - * (ie. if sessionConfig() got called at least once) + * (i.e.\ if sessionConfig() got called at least once) * - * @return true if a sessionConfig object was created, false otherwise + * @return @c true if a sessionConfig object was created, @c false otherwise */ KCONFIGGUI_EXPORT bool hasSessionConfig(); -- cgit v1.2.1