37 lines
793 B
TOML
37 lines
793 B
TOML
|
|
# This is a template cbindgen.toml file with all of the default values.
|
||
|
|
# Some values are commented out because their absence is the real default.
|
||
|
|
#
|
||
|
|
# See https://github.com/mozilla/cbindgen/blob/main/docs.md#cbindgentoml
|
||
|
|
# for detailed documentation of every option here.
|
||
|
|
|
||
|
|
|
||
|
|
language = "C++"
|
||
|
|
|
||
|
|
|
||
|
|
include_guard = "my_bindings_h"
|
||
|
|
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
|
||
|
|
include_version = true
|
||
|
|
|
||
|
|
|
||
|
|
braces = "SameLine"
|
||
|
|
line_length = 100
|
||
|
|
tab_width = 2
|
||
|
|
documentation = true
|
||
|
|
documentation_style = "auto"
|
||
|
|
documentation_length = "full"
|
||
|
|
line_endings = "LF"
|
||
|
|
|
||
|
|
namespace = "dcont"
|
||
|
|
|
||
|
|
|
||
|
|
style = "both"
|
||
|
|
sort_by = "Name"
|
||
|
|
usize_is_size_t = true
|
||
|
|
|
||
|
|
[export]
|
||
|
|
include = []
|
||
|
|
exclude = []
|
||
|
|
# prefix = "DCONT_"
|
||
|
|
item_types = []
|
||
|
|
renaming_overrides_prefixing = false
|