gpt4 book ai didi

ios - 如何在 `Quick Help` 的 Swift 注释中添加新行

转载 作者:行者123 更新时间:2023-12-05 03:41:48 25 4
gpt4 key购买 nike

我正在向通过“快速帮助”显示的类添加评论。我想要不同行的描述,我该怎么做?

/// Description of class Foo - line 1
/// line 2
/// line 3
/// line 4
class Foo {

}

快速帮助中显示的内容:

enter image description here

最佳答案

对于多行注释,请改用 /** */ 标记。查看Markup Formatting Reference了解更多详情。

请注意,对于Summary,您只能有 1 行。每增加一行都将移至讨论部分。

/**
Description of class Foo - line 1

line 2

line 3

line 4
*/
class Foo {

}

Each line renders as a new line in the Quick Help section

关于ios - 如何在 `Quick Help` 的 Swift 注释中添加新行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67604866/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com