diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2019-12-01 13:32:51 +0100 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2019-12-01 13:32:51 +0100 |
commit | 9044b4a3ade280f9aa6d7ae07bdbbe07b24661b6 (patch) | |
tree | bb3a98e11fa85744781503d6956c0b98f9edc42c | |
parent | 23d4f14601fd8ff5ca7f28b0ad245ec1935799b2 (diff) | |
download | kconfig-9044b4a3ade280f9aa6d7ae07bdbbe07b24661b6.tar.gz kconfig-9044b4a3ade280f9aa6d7ae07bdbbe07b24661b6.tar.bz2 |
API dox: fixes (prevent linebreak after . in auto-brief begin, more @c)
GIT_SILENT
-rw-r--r-- | src/gui/kconfiggui.h | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |