mrdocs
mrdocs copied to clipboard
Doxgen commands: newline, details, copydoc, copybrief, copydetails
I'm using the following commands, which are not yet implemented in mrdocs, and make migration harder:
\nfor newlines\detailsto start the detailed description section\copybrief,\copydoc,\copydetailsto copy parts of the docs and avoid duplication (this last one is specially important to Asio-based libs, where many extremely similar overloads exist for the same function).
\copybrief, \copydoc, and \copydetails are already implemented... however, disambiguating between overloads isn't currently implemented as it requires clang support.