diff options
author | Nicolas Fella <nicolas.fella@gmx.de> | 2021-04-16 14:43:44 +0200 |
---|---|---|
committer | Nicolas Fella <nicolas.fella@gmx.de> | 2021-04-16 14:43:47 +0200 |
commit | 6a4b1b412bb4f02b509902b5a273f83303f79fcb (patch) | |
tree | 46a32c95725cb87bfc418efb980d4be8070e8bd6 | |
parent | 163cebc7065cd85650f45e93203b3ea8dd82f652 (diff) | |
download | kconfig-6a4b1b412bb4f02b509902b5a273f83303f79fcb.tar.gz kconfig-6a4b1b412bb4f02b509902b5a273f83303f79fcb.tar.bz2 |
Remove stray tick from readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ KConfigCore and KConfigGui. KConfigCore provides access to the configuration files themselves. It features: - Code generation: describe your configuration in an XML file, and use - `kconfig_compiler to generate classes that read and write configuration + kconfig_compiler to generate classes that read and write configuration entries. - Cascading configuration files (global settings overridden by local settings). - Optional shell expansion support (see [docs/options.md](@ref options)). |