JuliaInterop / Clang.jl

C binding generator and Julia interface to libclang
https://juliainterop.github.io/Clang.jl/
MIT License
222 stars 68 forks source link

Add support for Doxygen's @bug command #463

Closed JamesWrigley closed 9 months ago

JamesWrigley commented 9 months ago

Now they're displayed as a !!! danger admonition.


Before: image

After: image

JamesWrigley commented 9 months ago

Test failures on windows seem to be because the CI couldn't connect to julialang-s3.julialang.org to install Julia. Re-running them might help (though I don't have privs to do that).

JamesWrigley commented 9 months ago

(since the changelog is merged now I took the liberty of adding this PR to it in 0a441b4)