In modern C (post-C99) it's common to just use `// double-slash comments`, but currently cbindgen provides only `/* block-comment */` and `/// triple-slash comment` variants.
2 lines
28 B
TOML
2 lines
28 B
TOML
documentation_style = "c99"
|