Reports inlined tags used in Scaladoc.
Scaladoc treats inlined tags as a monospaced text.
Example:
/**
* Text 1
* Text 2 {@code some text}
* Text 3 {@link java.lang.String}
* Text 4 {@qwewqe some text}
* @note text
*/
class A