-
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 StudiobugfixedCheck 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
Use code
/**
* @brief Shuffle vector.
* @return Nothing.
*
* Details...
*/
void shuffle(std::vector<int> &v);
Hover over shuffle.
The "Details..." comment is incorrectly combined with the Nothing comment.
The issue repros with doxgyen comments in the gcc headers.
A bug on VS is filed at https://developercommunity.visualstudio.com/content/problem/1137513/doxygen-comment-tags-arent-ended-after-a-blank-lin.html
heartacker, need47, sagi-h, Richhoef, fenderle and 8 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 StudiobugfixedCheck 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