Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Trivial
-
Resolution: Unresolved
-
Affects Version/s: 1.8-beta-1
-
Fix Version/s: None
-
Component/s: GroovyDoc
-
Labels:None
-
Number of attachments :
Description
org.codehaus.groovy.ant.Groovydoc supports attributes like 'private'/'protected'/'public' but it seems like they are ignored in the gapi documentation generation. The documentation generated contains package-private details too, which it should not.
For more related information, see GROOVY-4135.
Issue Links
- relates to
-
GROOVY-4135
Name of NodeChildren class incorrect in JavaDoc (NoChildren)
-
Activity
Roshan Dawrani
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Link |
This issue relates to |
Roshan Dawrani
made changes -
| Summary | gpai documentation ignores access modifiers set on groovydoc | gapi document generation ignores access modifiers set on groovydoc |
Yes, package and protected scopes are supported as options but currently ignored.