doxygen member groups support (///@{ ///@}) #13085
Labels
Feature: Doc comments
An issue related to code comments shown in hover, completion, and signature help.
Feature Request
Language Service
Feature Request
doxygen Member Groups can populate some doc to every member of the group, and have a group name and group description.
https://www.doxygen.nl/manual/grouping.html#memgroup
Member Groups
is used in some popular libraries, e.g. libstdc++, llvm, ffmpeg headers.Currently, cpptools doesn't recognize
@{
patterns and treats them as regular comments.The text was updated successfully, but these errors were encountered: