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

Doxygen commands: newline, details, copydoc, copybrief, copydetails #527

Closed anarthal closed 1 month ago

anarthal commented 6 months ago

I'm using the following commands, which are not yet implemented in mrdocs, and make migration harder:

sdkrystian commented 6 months ago

\copybrief, \copydoc, and \copydetails are already implemented... however, disambiguating between overloads isn't currently implemented as it requires clang support.