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

Add argument parsing for @throw @throws @exception #577

Open alandefreitas opened 1 month ago

alandefreitas commented 1 month ago

This issue is dependent on the PR open in the llvm-project: https://github.com/llvm/llvm-project/pull/84726

It refers to its integration in MrDocs once the PR is merged.