We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 after code are only partially supported for block comments inside code:
data /**A tricky Code Diary comment (not supported)*/ _null_;
or not at all for line comments after code
var_one = 1; **A Code Diary comment after code (not supported);
Both are included in the demo code for testing.
The text was updated successfully, but these errors were encountered:
Righolt
No branches or pull requests
Comments after code are only partially supported for block comments inside code:
or not at all for line comments after code
Both are included in the demo code for testing.
The text was updated successfully, but these errors were encountered: