diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2017-07-13 17:03:35 +0200 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2017-07-13 17:03:35 +0200 |
commit | bc97a9a9b491cef9acf2d169a9dee0634f79492b (patch) | |
tree | 67dc084ac9d89650c44e661e86efb30a5576fd75 /docs/options.md | |
parent | c7879452e73112988b6d2d58aae6b708adb2bdeb (diff) | |
download | kconfig-bc97a9a9b491cef9acf2d169a9dee0634f79492b.tar.gz kconfig-bc97a9a9b491cef9acf2d169a9dee0634f79492b.tar.bz2 |
API dox: fix QT_*_HOME notes (typo, wrong enum type, markup)
Diffstat (limited to 'docs/options.md')
-rw-r--r-- | docs/options.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/options.md b/docs/options.md index ba7e2d89..fab22e1d 100644 --- a/docs/options.md +++ b/docs/options.md @@ -91,9 +91,9 @@ The following syntax for environment variables is also supported: Name[$ei]=${USER} There are three environment variables that have a fallback strategy if the -environment variable is not set. They instead map to a location from QStanardPaths. +environment variable is not set. They instead map to a location from QStandardPaths. They are: - `$QT_CACHE_HOME` - QStandardPaths::GenericConfigLocation - `$QT_CONFIG_HOME` - QStandardPaths::GenericConfigLocation - `$QT_DATA_HOME` - QStandardPaths::GenericDataLocation +* `$QT_CACHE_HOME` - QStandardPaths::GenericCacheLocation +* `$QT_CONFIG_HOME` - QStandardPaths::GenericConfigLocation +* `$QT_DATA_HOME` - QStandardPaths::GenericDataLocation |