Skip to content

Doxygen comments render incorrectly with @param[in] arg i1, #13745

Open
@sean-mcmanus

Description

@sean-mcmanus

Hello @sean-mcmanus.

I'm using v1.26.3 and unfortunately I'm observing this bug is still present.

For example with the following function:

/**
 * @brief Function description.
 * 
 * @param[in] arg Hello, world.
 */
void foobar(int arg);

Curiously, it only seems to be triggered when the argument description contains a comma.

Without comma (expected):
Image

With comma (unexpected):
Image

Originally posted by @Delgan in #13682

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