doxygen-rs icon indicating copy to clipboard operation
doxygen-rs copied to clipboard

Alternative crate: `doxygen-bindgen`

Open rich-ayr opened this issue 11 months ago • 0 comments

I've tried using this crate to process doxygen docs, unfortunately this implementation panics on error (can be solved through catch_unwind) and doesn't handle spaces between directions (attribute lists). It tends to be a bit restrictive in general.

So I've decided to roll my own using the yap crate and a simpler design for parsing.

source: https://github.com/oberrich/doxygen-bindgen/blob/master/src/lib.rs crate: https://crates.io/crates/doxygen-bindgen

rich-ayr avatar Jan 04 '25 19:01 rich-ayr