报告 Scaladoc 中使用的内联标记。

Scaladoc 将内联标记视为等宽文本。

示例:


  /**
   * Text 1
* Text 2 {@code some text}
* Text 3 {@link java.lang.String}
* Text 4 {@qwewqe some text}
* @note text */ class A