doxygen-rs
doxygen-rs copied to clipboard
Transform Doxygen to Rustdoc
Adds support for doxygen [code commands](https://www.doxygen.nl/manual/commands.html#cmdcode) Notable changes: - Added `\t` char as a possible whitespace - Whitespaces used to be collapsed in the lexer. Since code blocks should retain...
**This info is currently outdated!** List of Doxygen commands and their status - [ ] \addtogroup [(title)] - [ ] \callgraph - [ ] \hidecallgraph - [ ] \callergraph -...
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...