Package org.codehaus.groovy.groovydoc


package org.codehaus.groovy.groovydoc

GroovyDoc internal classes.

  • Interfaces
    Class
    Description
    Describes an annotation reference attached to a documented element.
    Describes a Groovy type together with the members and relationships needed to render its documentation.
    Describes a constructor in the Groovydoc model.
    Base contract for documented program elements exposed by Groovydoc.
    Reports errors, warnings, and notices discovered while building documentation.
    Describes an executable member such as a method or constructor.
    Describes a field or property in the Groovydoc model.
    Describes a member declared within a documented type.
    Describes a method in the Groovydoc model.
    Describes a documented package and the types it contains.
    Describes a parameter declared by a documented executable member.
    Describes a documented program element that can appear within a package or type.
    Root object for a Groovydoc run, exposing the discovered packages, classes, and diagnostics APIs.
    Describes a block tag extracted from a documentation comment.
    Describes a type reference used throughout the Groovydoc model.