Skip to content

Doxygen comment tags aren't ended after a blank line #5903

@sean-mcmanus

Description

@sean-mcmanus

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature: Doc commentsAn issue related to code comments shown in hover, completion, and signature help.Language ServiceVisual StudioInherited from Visual StudiobugfixedCheck the Milestone for the release in which the fix is or will be available.

    Type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions