gpt4 book ai didi

scala - 无法在 ScalaDoc (Scala 3) 中添加包描述

转载 作者:行者123 更新时间:2023-12-04 07:30:37 25 4
gpt4 key购买 nike

我无法使用 Scala 3 在 ScalaDoc 中添加包描述

/** package description */
package foo {
/** some scaladoc comment */
def method():A = ???
}
然后我用 sbt (1.5.3) 生成文档
sbt> doc
我没有得到包裹的描述 本身index.html文件,但只有 method 的描述 包。

最佳答案

我终于找到了答案

Scaladoc comments can go before fields, methods, classes, traits,objects. For now, scaladoc doesn't support straightforward solution todocument packages. There is a dedicated github issue, where you cancheck the current status of the problem.


https://dotty.epfl.ch/docs/usage/scaladoc/scaladocDocstrings.html

关于scala - 无法在 ScalaDoc (Scala 3) 中添加包描述,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67957724/

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