Scaladoc で使用されているインライン化されたタグを報告します。
Scaladoc はインライン化されたタグを等幅テキストとして扱います。
例:
/** * Text 1 * Text 2 {@code some text} * Text 3 {@link java.lang.String} * Text 4 {@qwewqe some text} * @note text */ class A