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 @deprecated command #460

Closed JamesWrigley closed 9 months ago

JamesWrigley commented 9 months ago

Also added a simple test for the documentation parser.


Before: image

After: image

Gnimuc commented 9 months ago

Thanks!