Commit 56a5cdb8 authored by Tom's avatar Tom

Add new option ALLOW_OVERRIDES to documentation

parent 7a0abde4
...@@ -950,6 +950,13 @@ when writing floating point values (corresponding to @code{printf()} ...@@ -950,6 +950,13 @@ when writing floating point values (corresponding to @code{printf()}
This option controls whether the @code{config_write_file()} function performs This option controls whether the @code{config_write_file()} function performs
an @i{fsync} operation after writing the configuration and before closing the an @i{fsync} operation after writing the configuration and before closing the
file. By default this option is turned off. file. By default this option is turned off.
@item CONFIG_OPTION_ALLOW_OVERRIDES
(@b{Since @i{v1.7.3}})
This option controls whether duplicate settings override previous settings
with the same name. If this option is turned off, duplicate settings are
rejected. By default this option is turned off.
@end table @end table
@end deftypefun @end deftypefun
...@@ -1596,6 +1603,12 @@ This option controls whether the @code{writeFile()} method performs an @i{fsync} ...@@ -1596,6 +1603,12 @@ This option controls whether the @code{writeFile()} method performs an @i{fsync}
operation after writing the configuration and before closing the file. By operation after writing the configuration and before closing the file. By
default this option is turned off. default this option is turned off.
@item Config::OptionAllowOverrides
(@b{Since @i{v1.7.3}})
This option controls whether duplicate settings override previous settings
with the same name. If this option is turned off, duplicate settings are
rejected. By default this option is turned off.
@end table @end table
@end deftypemethod @end deftypemethod
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment