aboutsummaryrefslogtreecommitdiff
path: root/src/kconfig_compiler/README.dox
AgeCommit message (Collapse)Author
2016-12-17[kconfig_compiler] Improve documentation about InheritsMartin Gräßlin
Summary: Better specify the requirements the parent class needs to have. KConfigCompiler generates different variants of ctors taking either: * a QStringLiteral argument (name set in <kcfgfile> * a KSharedConfig::Ptr argument (arg="true" in <kcfgfile>) * no argument (Inherits=true in kcfgc and no <kcfgfile>) In order to have Inherits generate compiling code in all cases the parent class needs to provide accessible ctors. This change updates the docuementation to reflect this. Reviewers: #frameworks, dfaure Differential Revision: https://phabricator.kde.org/D3636
2016-10-24Add documentation for the GenerateProperties optionElvis Angelaccio
REVIEW: 129188
2013-12-18Move kconfig code to the root directory.Jenkins CI