```cpp namespace repro { /** * \brief A function * \details Description: * * \li Point 1 * \li Point 2 * * Another paragraph. */ void f() {} } // namespace repro ``` Renders:  When there is a considerable amount of text after the last point, this issue becomes particularly problematic: 