使用@See scaladoc的确切语法是什么?我如何参考:
发布于 2018-12-19 12:05:28
语法与scaladoc的任何其他部分相同。基本上添加@see表示法,然后编写描述引用的纯文本。示例:
@see [[method]]@see [[YourCurrentClass.method]]@see [[YourCurrentClass]]@see See [[scala.concurrent.Future]] for more@see See [[http://example.com the full documentation]] on possible values of ABC编辑:
@官方文档见:https://docs.scala-lang.org/overviews/scaladoc/for-library-authors.html#usage-tags
关于一般参考资料的正式文件:https://docs.scala-lang.org/overviews/scaladoc/for-library-authors.html#markup
https://stackoverflow.com/questions/53850885
复制相似问题