-
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
Comment lines without Doxygen tags is not parsed correctly #5741
Comments
@cinderblock |
@michelleangela That's not what I'm referencing. Do we not expect this to be displayed on one line? /**
* one
* line
* or
* not
*/ As in, do the HTML whitespace rules only apply when using |
Hi! Just another example: I'm often using However, as soon as the Without the |
Yes, it's incredibly frustrating that the doxygen parsing doesn't respect newlines and bulleted lists. |
Fixed with https://github.com/microsoft/vscode-cpptools/releases/tag/1.8.0-insiders (the missing newline becomes a space). |
@sean-mcmanus : Confirmed 👏🏻 upgrading from |
Did/can anyone file a feature request on VS to turn the space into a newline? They resolved the reported "bug" as "not a bug": https://developercommunity.visualstudio.com/t/Tooltips-are-not-showing-doxygen-comment/10087897 |
This is reported on Visual Studio at
https://developercommunity.visualstudio.com/content/problem/1105383/comments-without-doxygen-tags-is-not-parsed-correc.html. Please upvote the Visual Studio feedback ticket to increase priority of issue as this feature is a shared API between Visual Studio C++ IntelliSense and the VS Code C++ extension.
Sample code:
Repro steps:
test()
.Expected result in tooltip display:
“Hello there blue sky”
Note:
This issue only occurs when the comment has Doxygen tags.
The text was updated successfully, but these errors were encountered: