Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WillClose* annotations do not produce proper javadoc #23

Open
GoogleCodeExporter opened this issue Apr 22, 2015 · 0 comments
Open

WillClose* annotations do not produce proper javadoc #23

GoogleCodeExporter opened this issue Apr 22, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Create project javadoc using your preferred approach.
2. Review documentation for these classes vs. their source.

What is the expected output? What do you see instead?
One would hope to find the class-level descriptions of these annotations, but 
they are missing.  This is arguably a bug specific to a given javadoc 
implementation, but the generated javadocs at 
http://code.google.com/p/jsr-305/source/browse/#svn%2Ftrunk%2Fjavadoc suffer 
from the same peculiarity as those I built locally anyway, the basic usage 
examples for annotations at 
http://docs.oracle.com/javase/1.5.0/docs/guide/language/annotations.html imply 
that javadoc should precede annotations, and the remainder of the jsr-305 API 
codebase follows this practice.

What version of the product are you using? On what operating system?
svn trunk rev 51.

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 4 May 2012 at 4:16

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant