Can I add Javadoc comments so that they appear at the end of the generated interface HTML file instead of at the beginning? I have some long descriptions that are more appropriate to add at the end, and I'd like a brief overview of the interface at the beginning (which I know how to do).
I'm creating Javadoc in Eclipse and use ant to compile it. I'm using SE 1.7.
Thanks for any help you can provide.