rdmsr / cppdoc

C++ documentation generator
MIT License
46 stars 4 forks source link

`[doctests]` section requires too many things #3

Closed db48x closed 6 days ago

db48x commented 6 days ago
$ ~/src/cppdoc/target/release/cppdoc build
Error reading config file: TOML parse error at line 12, column 1
   |
12 | [doctests]
   | ^^^^^^^^^^
missing field `run`

$ ~/src/cppdoc/target/release/cppdoc build
Error reading config file: TOML parse error at line 12, column 1
   |
12 | [doctests]
   | ^^^^^^^^^^
missing field `compiler_invocation`

I have enable = false specified, so it shouldn’t care what value I give for these options.

rdmsr commented 6 days ago

Thank you! This is was fixed.