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
描述bug c++ 在函数参数类型同时包含const与命名空间时提取错误
描述bug
注释设置(必填):
VsCode设置:
文件后缀(必填):
cpp
你得到的注释(必填):
你生成的注释为:
/** * @brief * @param {const} std * @return {*} */ void test(const std::string str) { }
预期的行为(必填):
预期得到的注释/行为:
/** * @brief * @param {const string} str * @return {*} */ void test(const std::string str) { }
错误日志(选填):
屏幕截图(选填)
问题相关(选填)
The text was updated successfully, but these errors were encountered:
fix: c++ 参数去掉const变量 #349
22adb3a
更新插件,该问题已修复,如果觉得插件还不错的话,就点个Star吧~
Sorry, something went wrong.
No branches or pull requests
描述bug
c++ 在函数参数类型同时包含const与命名空间时提取错误
注释设置(必填):
VsCode设置:
文件后缀(必填):
cpp
你得到的注释(必填):
你生成的注释为:
预期的行为(必填):
预期得到的注释/行为:
错误日志(选填):
屏幕截图(选填)
问题相关(选填)
The text was updated successfully, but these errors were encountered: