Skip to content
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

c++ 在函数参数类型同时包含const与命名空间时提取错误 #349

Closed
shelsing opened this issue Jul 28, 2021 · 1 comment
Closed

Comments

@shelsing
Copy link

shelsing commented Jul 28, 2021

描述bug
c++ 在函数参数类型同时包含const与命名空间时提取错误

注释设置(必填):

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)
{

}

错误日志(选填):

屏幕截图(选填)

问题相关(选填)

OBKoro1 added a commit that referenced this issue Aug 23, 2021
@OBKoro1
Copy link
Owner

OBKoro1 commented Aug 23, 2021

更新插件,该问题已修复,如果觉得插件还不错的话,就点个Star吧~

@OBKoro1 OBKoro1 closed this as completed Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants