aboutsummaryrefslogtreecommitdiff
path: root/src/kconfig_compiler/README.dox
diff options
context:
space:
mode:
Diffstat (limited to 'src/kconfig_compiler/README.dox')
-rw-r--r--src/kconfig_compiler/README.dox12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/kconfig_compiler/README.dox b/src/kconfig_compiler/README.dox
index 3ba97285..64f7c44a 100644
--- a/src/kconfig_compiler/README.dox
+++ b/src/kconfig_compiler/README.dox
@@ -97,6 +97,18 @@ The following options are read from the kcfgc file:
<td>Name of kcfg file containing the options the class is generated for</td>
</tr>
<tr>
+ <td><b>HeaderExtension</b></td>
+ <td>string</td>
+ <td>h</td>
+ <td>Extension to use for the name of the generated C++ header files. Since KF 5.57</td>
+</tr>
+<tr>
+ <td><b>SourceExtension</b></td>
+ <td>string</td>
+ <td>cpp</td>
+ <td>Extension to use for the name of the generated C++ source file. Since KF 5.57</td>
+</tr>
+<tr>
<td><b>NameSpace</b></td>
<td>string</td>
<td>-</td>