Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comma-separated doxygen params: only the first one is highlighted #613

Closed
1 task done
lamm45 opened this issue Nov 19, 2022 · 1 comment
Closed
1 task done

Comma-separated doxygen params: only the first one is highlighted #613

lamm45 opened this issue Nov 19, 2022 · 1 comment

Comments

@lamm45
Copy link

lamm45 commented Nov 19, 2022

In Doxygen, multiple parameters in a comma separated list will use the same description: https://doxygen.nl/manual/commands.html#cmdparam

However, currently only the first listed parameter is highlighted in a Doxygen comment block.

Checklist

  • This problem exists even with the setting "C_Cpp.enhancedColorization": "Disabled"

The code with a problem is:

/** Sets the position.
 *  @param x,y,z Coordinates of the position in 3D space.
 */
void setPosition(double x,double y,double z,double t)
{
}

It looks like:

Default dark theme in VS Code 1.72.2:
Screenshot_20221118_195658

It should look like:

Variables x, y and z should all be in the same color in the comment block.

@jeff-hykin
Copy link
Owner

should now be fixed on v1.17.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants