Class DefaultJavaDocTagHandler

    • Constructor Detail

      • DefaultJavaDocTagHandler

        public DefaultJavaDocTagHandler()
    • Method Detail

      • onInlineTag

        public String onInlineTag​(String tagName,
                                  String tagText,
                                  DecoratedElement context)
        Description copied from interface: JavaDocTagHandler
        What to do with an inline JavaDoc tag.
        Specified by:
        onInlineTag in interface JavaDocTagHandler
        Parameters:
        tagName - The tag name.
        tagText - The tag text.
        context - The context of the text.
        Returns:
        The text to replace the entire tag, or null for no replacement.