You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When \copybrief is used, the brief description is copied, but a spurious reference to the copied entity is inserted in the detailed description. For instance:
namespaceboost::mysql {
/** * \brief Some function. * \details Some details.*/voidf();
/** * \copybrief f * \details Additional details.*/voidg();
} // namespace boost::mysql
Renders:
$> mrdocs --version
MrDocs
C++ Documentation Tool
version: 0.0.3
build: 93d5d102c39b093d402ae3f95302fd734c8de616
built with LLVM 20.0.0git
The text was updated successfully, but these errors were encountered:
When
\copybrief
is used, the brief description is copied, but a spurious reference to the copied entity is inserted in the detailed description. For instance:Renders:
The text was updated successfully, but these errors were encountered: