cppalliance / mrdocs

MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.
https://mrdocs.com
Other
66 stars 16 forks source link

refactor: format ASTVisitor #543

Closed alandefreitas closed 4 months ago

alandefreitas commented 4 months ago

This PR simplifies some duplicated code, includes some javadoc, and "vinnie"-formats the ASTVisitor.