SVN commit 1165449 by lunakl: Document parameterized groups, so that the next sucker doesn't have to waste time reinventing them too. M +15 -1 README.dox --- trunk/KDE/kdelibs/kdecore/kconfig_compiler/README.dox #1165448:1165449 @@ -287,9 +287,23 @@ - Parameterized groups -...STILL TODO... +A group name can be parametrized using a parameter given to the KConfigSkeleton +instance (which means this feature cannot be used with singleton classes). +Example 1: +\verbatim + + + + + + + +\endverbatim +In this case passing "Group2" as the 'groupname' parameter to the generated class +will make it use group "Group2" for the entry "Text". + - Enums By default, if GlobalEnums is set to false, a separate named enum will be generated