我很想在文檔文本 中引用方法的參數,但不知道如何去做。 在.NET世界中,我們使用標籤paramref 只是作爲一個例子: /** Send email with the specified @paramref body to the addesses given in @paramref to.
@param body Just a plain text or teamplate-aware
我試圖使用@groupname和@group標記組織我的庫API文檔中的類的成員,但它不起作用(我正在使用sbt 0.13 0.11) 我的玩具build.sbt: name := "test"
scalaVersion := "2.10.5"
我的玩具代碼src/main/scala/test.scala: package test
/** Test class
*
* @group