Bug type: Language Service <!-- Prior to creating a bug report, please review: 📝 Existing issues at https://github.com/Microsoft/vscode-cpptools/issues 📜 Our documentation at https://code.visualstudio.com/docs/languages/cpp 📙 FAQs at https://code.visualstudio.com/docs/cpp/faq-cpp --> **Describe the bug** - OS and Version: macOS 11.4 - VS Code Version: 1.57.0 - C/C++ Extension Version: 1.5.0-insiders **Steps to reproduce** <!-- Provide clear steps to reproduce the bug: --> 1. Document a function and use the `@warning` or `\warning` doxgen command. 2. Hover over the function name or any usage of the function to display the documentation popup. **Expected behavior** The popup should include the `@warning` paragraph but it does not. **Screenshots** Code example: <img width="731" alt="image" src="https://user-images.githubusercontent.com/58618/122269968-aee93c00-ce92-11eb-8f11-a8b82b16a448.png"> Result when hovering over `ApplyIn`: <img width="1267" alt="image" src="https://user-images.githubusercontent.com/58618/122270089-cd4f3780-ce92-11eb-8e9e-904e32d8c8e7.png">