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
Annotations like this are not processed correctly:
// FUNCTION: HELLO 0x1000 //NoSpace::Function // FUNCTION: HELLO 0x2000 // BigSpace::Function // FUNCTION: HELLO 0x3000 ///// Test::Function
We expect the comments to have the format: (optional leading spaces) (two frontslashes) (one space) (text).
(optional leading spaces) (two frontslashes) (one space) (text)
We should capture the name from the comment and raise a syntax warning in these situations.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Annotations like this are not processed correctly:
We expect the comments to have the format:
(optional leading spaces) (two frontslashes) (one space) (text)
.We should capture the name from the comment and raise a syntax warning in these situations.
The text was updated successfully, but these errors were encountered: