-
Notifications
You must be signed in to change notification settings - Fork 1.3k
C# parser reads "$" as "Interpolated string expression" which is not correct #9845
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
Comments
@albert-github I hope the issue is setup correctly |
…sion" which is not correct - the verbatim string should also be handled inside round brackets - in case of a "normal string" inside round brackets (i.e. without the `@`) the `$"` hasn't a special meaning either, states `CopyGString` and `SkipString` should not check on `$"`.
I've just pushed a proposed patch, pull request #9847 |
issue #9845 C# parser reads "$" as "Interpolated string expression" which is not correct
Code has been integrated in master on GitHub (please don't close the issue as this will be done at the moment of an official release). |
This issue was previously marked 'fixed but not released', |
Describe the bug
With this C# code the method is not recognized correctly
Expected behavior
In
readme.md
I need to use@ref Sample.NS.MyClass.Fu
as a referenceTo Reproduce
DoxygenSample.zip
In this sample the method before the
".$"
string is recognized, but the second method after it is not.Version
doxygen 1.9.6 has this issue
The text was updated successfully, but these errors were encountered: