-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Bug type: Language Service
Describe the bug
If I auto-generate doxygen docs for an enum typedef with cschlosser.doxdocgen generally generation works. However documenting the enum values does not work with the most reasonable doxygen syntax.
- C/C++ Extension Version: v1.5.1
- Other extensions you installed (and if the issue persists after disabling them):
- If using SSH remote, specify OS of remote machine:
- A clear and concise description of what the bug is, including information about the workspace (i.e. is the workspace a single project or multiple projects, size of the project, etc).
Steps to reproduce
- Install
cschlosser.doxdocgenextension. - Create an enum typedef.
- Use auto-completion to generate main docstring.
- Add enum variable docstrings manually.
Expected behavior
Code sample and logs
-
Code sample
-
Configurations in
c_cpp_properties.json -
Logs from running
C/C++: Log Diagnosticsfrom the VS Code command palette -
Logs from the language server logging
Screenshots
mouse hover results in
Additional context
Metadata
Metadata
Assignees
Labels
No labels


