Skip to content

C++函数注释无法提取带有引用符号&的参数 #379

@zz4code

Description

@zz4code

#325 类似

描述bug(必填)
C++函数注释无法提取带有引用符号&的参数

注释设置(必填):
和此issue相关的都是默认

你得到的注释(必填):

/**
 * @brief 
 * @param [*]
 * @return [*]
 */
void test(const std::string& temp) {
}

预期的行为(必填):

`/**
 * @brief 
 * @param [string&] temp
 * @return [*]
 */
void test(const std::string& temp) {
}

问题相关(选填)
#325 中添加识别了 * 符号,还需要在正则中添加 &

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions