Klasse InheritDocTaglet

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

public class InheritDocTaglet extends BaseTaglet
A taglet that represents the {@inheritDoc} tag.
  • Konstruktordetails

  • Methodendetails

    • getInlineTagOutput

      public Content getInlineTagOutput(Element e, DocTree inheritDoc, TagletWriter tagletWriter)
      Beschreibung aus Klasse kopiert: BaseTaglet
      Returns the content to be included in the generated output for an instance of an inline tag handled by this taglet.
      Angegeben von:
      getInlineTagOutput in Schnittstelle Taglet
      Setzt außer Kraft:
      getInlineTagOutput in Klasse BaseTaglet
      Parameter:
      e - the element for the enclosing doc comment
      inheritDoc - the tag
      tagletWriter - the taglet-writer used in this doclet
      Gibt zurück:
      the output for this tag