Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group parsing are not supported #312

Open
lprobsth opened this issue Mar 29, 2023 · 0 comments
Open

Group parsing are not supported #312

lprobsth opened this issue Mar 29, 2023 · 0 comments

Comments

@lprobsth
Copy link

Is your feature request related to a problem? Please describe.
Doxygen supports grouping of functions and variables, so they can share common descriptions or simply can be categorized.
The syntax is described here: https://www.doxygen.nl/manual/grouping.html

Right now this extension does not support autogenerating the grouping tags - which is reasonable. (#255 proposes adding autocomplete for the grouping tag - but it is not implemented).

But if a user adds groups by hand, the groups properties are not parsed and therefore are not available in the preview of the function or variable description in vscode.

Describe the solution you'd like
When hovering over a function or variable the groups properties should be displayed.

Describe alternatives you've considered
Adding a doxygen block for each function. But if a group has many functions or variables this quickly clutters the files and properties can not be quickly adapted if something changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant