aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Uwe Broulik <kde@privat.broulik.de>2019-12-03 10:24:43 +0100
committerKai Uwe Broulik <kde@privat.broulik.de>2019-12-03 10:24:43 +0100
commitf366253557c695269afc65536b8c4fe9c79b9b71 (patch)
treeecfa181d2bf5a4a1504954c098d4c5dbff6fb3fc
parent9044b4a3ade280f9aa6d7ae07bdbbe07b24661b6 (diff)
downloadkconfig-f366253557c695269afc65536b8c4fe9c79b9b71.tar.gz
kconfig-f366253557c695269afc65536b8c4fe9c79b9b71.tar.bz2
Document Notifiers setting
Differential Revision: https://phabricator.kde.org/D25678
-rw-r--r--src/kconfig_compiler/README.dox9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/kconfig_compiler/README.dox b/src/kconfig_compiler/README.dox
index 64f7c44a..c17bd395 100644
--- a/src/kconfig_compiler/README.dox
+++ b/src/kconfig_compiler/README.dox
@@ -182,6 +182,15 @@ The following options are read from the kcfgc file:
mutator functions are generated for the options that are listed.</td>
</tr>
<tr>
+ <td><b>Notifiers</b></td>
+ <td>true, false or a comma separated list of options</td>
+ <td>false</td>
+ <td>If true, entries will be written with the <b>Notify</b> flag enabled,
+ so changes can be detected using <b>KConfigWatcher</b>.
+ If a list is provided, the options that are listed are written with
+ said flag.</td>
+</tr>
+<tr>
<td><b>DefaultValueGetters</b></td>
<td>true, false or a comma separated list of options</td>
<td>false</td>