jnikula / hawkmoth

Hawkmoth - Sphinx Autodoc for C
https://jnikula.github.io/hawkmoth/
BSD 2-Clause "Simplified" License
74 stars 12 forks source link

Unify -x<language> option usage #213

Closed jnikula closed 1 year ago

jnikula commented 1 year ago

Move the clang language selection at a lower level, do it unconditionally, and add -header too. This unifies -x option across the extension, tests ,and cli.

Fixes #208

BrunoMSantos commented 1 year ago

Looks great!

jnikula commented 1 year ago

Looks great!

Thanks; I additionally pushed some tests that would fail without the fixes in the series. Would you mind eyeballing them too, please?