lawmurray / doxide

Modern documentation for modern C++. Configure with YAML, output Markdown, post-process with Material for MkDocs.
https://doxide.org
Apache License 2.0
55 stars 4 forks source link

Parsing issue on RTEMS #47

Open kiwichris opened 2 months ago

kiwichris commented 2 months ago

Hi,

I decided to try your tool on RTEMS (https://gitlab.rtems.org/rtems/rtos/rtems) and it does not like bsps/arm/imxrt/mcux-sdk/devices/MIMXRT1166/MIMXRT1166_cm7.h so I thought I would let you know.

I built doxide on FreeBSD 14.1 (needed to add /usr/local/include and /usr/local/lib) and then:

doxide init
doxide build

After a bit the warnings and issues appeared

Thanks Chris

lawmurray commented 2 months ago

Thanks for the report @kiwichris, I'll have a look!