```cpp /// This is another function. void other_function(); /** * \brief A function * \details Relies on \ref other_function. * * Example: * \code * my_function(); * \endcode * * \par Exception safety * No-throw guarantee. */ void my_function(); ``` Renders 