Scaladoc에서 사용된 인라인화된 태그를 보고합니다.

Scaladoc은 인라인화된 태그를 고정폭 텍스트로 취급합니다.

예:


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