diff --git a/src/kconfig_compiler/README.dox b/src/kconfig_compiler/README.dox
index 55e5973..bf72f3e 100644
--- a/src/kconfig_compiler/README.dox
+++ b/src/kconfig_compiler/README.dox
@@ -245,6 +245,15 @@ The following options are read from the kcfgc file:
and the Q_OBJECT macro will be added to the generated class.
Note that you will also need to pass the GENERATE_MOC option to the kconfig_add_kcfg_files macro.
+
+ | ParentInConstructor |
+ bool |
+ false |
+ If set to true, the generated constructor will take an additional QObject* parameter that will be used as the object's parent.
+ This is useful when working with KQuickAddons::ManagedConfigModule to set it as the parent of the generated class to allow automatic settings discovery and handle the deallocation.
+ Note this parameter is incompatible with Singleton set to true.
+ |
+