-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Feature: Doc commentsAn issue related to code comments shown in hover, completion, and signature help.An issue related to code comments shown in hover, completion, and signature help.Language ServiceVisual StudioInherited from Visual StudioInherited from Visual StudioenhancementImprovement to an existing featureImprovement to an existing featurefixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.
Milestone
Description
Environment
- OS and version: Ubutnu 20.04
- VS Code: 1.72.2
- C/C++ extension: v1.12.4
- OS and version of remote machine (if applicable): Ubuntu 20.04 (dev container)
- GDB / LLDB version: N/A
Bug Summary and Steps to Reproduce
Bug Summary:
When a docstrings starts with @brief
(which is a Doxygen convention), then newlines are ignored. This is not very convenient, because the @brief
should appear on the first line and detailed description on following blocks.
/**
* @brief A brief description.
*
* Detailed description starts here.
*/
void foobar() {}
With @brief
:
Without @brief
(expected):
Debugger Configurations
N/A
Debugger Logs
N/A
Other Extensions
No response
Additional Information
No response
hutiwephy, dimsanius, JPHutchins, ShinoharaYuuyoru, khlebnikov and 17 more
Metadata
Metadata
Assignees
Labels
Feature: Doc commentsAn issue related to code comments shown in hover, completion, and signature help.An issue related to code comments shown in hover, completion, and signature help.Language ServiceVisual StudioInherited from Visual StudioInherited from Visual StudioenhancementImprovement to an existing featureImprovement to an existing featurefixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.
Type
Projects
Status
Done