Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-6257

groovydoc information loss for enums

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.6
    • 2.1.8
    • GroovyDoc
    • None

    Description

      -------------------------------
      $ groovydoc --version
      GroovyDoc 2.1.6
      $ cat > Foo.groovy <<EOF
      enum Foo {
      A, B, C, D
      }
      EOF
      $ groovydoc Foo.groovy
      $ open index.html
      -------------------------------

      Problem: generated GAPI doesn't show enumerated values of `Foo` (A, B, C, D).

      Further information:
      http://groovy.329449.n5.nabble.com/groovydoc-information-loss-for-enums-and-generics-td5716165.html

      Attachments

        Activity

          People

            melix Cédric Champeau
            mbezjak Miro Bezjak
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: