Skip to content

Annotation issues #1071

Open
Open
@vipls007

Description

@vipls007

If there are any in the comments
x => x.age > 18 && x.name == "test"
Annotations cannot be formatted, and all rows and columns will encounter problems

front
/*

///

异步删除
/// 指定的操作对象
///
/// 条件

/// x => x.age > 18 && x.name == "test"
///
/// 传播应取消操作的通知
/// 统一操作结果

*/

after
/*

///

异步删除 指定的操作对象 <param
/// name="condition"> 条件
x => x.age > 18 && x.name == "test"
/// 传播应取消操作的通知 统一操作结果

*/

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