-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
ParameterHints within Doxygen comment - that uses colon after param #5836
Comments
The extension supports parameter hints. The name of the parameter is used as the key to find its corresponding comment from the Doxygen comment structure. It looks like from the screenshot, the name of the param in the comment has Example of parameter hint:
|
doxygen/doxygen#7928 (comment) The hint works within the standard format. |
Thanks for confirming that the colon after the parameter is supported by Doxygen. I'll mark this as a bug to fix. |
if colon follow parameter and also have space, that is accept. like |
hi, c_cpp has support Doxygen comment.
thus, it would be great if Parameter Hints support them.
The text was updated successfully, but these errors were encountered: