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
The following is what was generated from a function with namespaces:
/** * TODO * * @param std TODO * @return TODO */ std::string trimLine(const std::string &line);
the "@param std TODO" is incorrect, and should instead be "@param string TODO"
The text was updated successfully, but these errors were encountered:
It should be @param line TODO. You said it should be @param string TODO but this is the type hint, but it should be the var name.
@param line TODO
@param string TODO
Sorry, something went wrong.
fix(#17): Add & in cpp function regex var name to match a specific case
e874cc3
This has been fixed in v1.4.6.
Feel free to submit any new issues if you experience any unwanted behaviour in the future. Thanks for your contribution.
You're correct about my incorrect param name. Thanks for the quick fix!
kkoomen
No branches or pull requests
The following is what was generated from a function with namespaces:
the "@param std TODO" is incorrect, and should instead be "@param string TODO"
The text was updated successfully, but these errors were encountered: