Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libconfig
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
libconfig
Commits
56a5cdb8
Commit
56a5cdb8
authored
Dec 18, 2019
by
Tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new option ALLOW_OVERRIDES to documentation
parent
7a0abde4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
doc/libconfig.texi
doc/libconfig.texi
+13
-0
No files found.
doc/libconfig.texi
View file @
56a5cdb8
...
...
@@ -950,6 +950,13 @@ when writing floating point values (corresponding to @code{printf()}
This option controls whether the @code
{
config
_
write
_
file()
}
function performs
an @i
{
fsync
}
operation after writing the configuration and before closing the
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 deftypefun
...
...
@@ -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
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 deftypemethod
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment