kohsuke / args4j

args4j
http://args4j.kohsuke.org/
MIT License
789 stars 189 forks source link

Argument and Option should be @Documented for javadoc #148

Open rednoah opened 7 years ago

rednoah commented 7 years ago

Annotations like Argument and Option should be tagged with the @Documented annotation methods or fields that have the @Argument or @Option annotation get documented properly when javadoc is invoked.