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

Attach comments to decl even if preproc directives are in between #578

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/88367

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

This issue is a high priority in Mr. Docs because, without it, most symbols that were originally documented with doxygen in mind cannot be documented.