java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.taglets.BaseTaglet
org.jdrupes.mdoclet.internal.doclets.toolkit.taglets.CodeTaglet
Alle implementierten Schnittstellen:
Taglet

public class CodeTaglet extends BaseTaglet
An inline taglet used to denote literal code fragments.

The enclosed text is interpreted as not containing HTML markup or nested javadoc tags, and is rendered in a font suitable for code.

The tag {@code ...} is equivalent to {@literal ...}. For example, the text:

The type {@code List

}

displays as:
The type List

  • Methodendetails