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 a \ref command is used within the contents of a \li, it seems to be ignored. For instance:
namespaceboost::mysql {
/// Another function.voidg();
/** * \brief A function * \details * Calls the following: * \li The function \ref g * * Outside the list, a reference to \ref g*/voidf(int);
} // namespace boost::mysql
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 a
\ref
command is used within the contents of a\li
, it seems to be ignored. For instance:The text was updated successfully, but these errors were encountered: