From kde-commits Thu Aug 19 12:05:48 2010 From: =?utf-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Thu, 19 Aug 2010 12:05:48 +0000 To: kde-commits Subject: KDE/kdelibs/kdecore/kconfig_compiler Message-Id: <20100819120548.62C40AC855 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=128221940616341 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