| Author |
javadoc Method Detail is not in alphabetical order
|
Lara McCarver
Ranch Hand
Joined: Dec 09, 2003
Posts: 118
|
|
For the JavaDoc that I have generated, the Method Summary shows the methods in alphabetical order, but the Method Detail does not. I suppose I could rearrange all the methods in my application, but this seems like a lot of work. I was looking at the official javadoc for sun, and the Method Detail is not in order for that either. Still, I was wondering if there was a magic javadoc command to use to alphabetize the Method Detail as well as the Method Summary. Lara
|
 |
Andrew Monkhouse
author and jackaroo
Marshal Commander
Joined: Mar 28, 2003
Posts: 10892
|
|
Hi Lara, I know of no such parameter for Javadoc, and, as you have noted, Sun don't seem to care about it. I personally would not bother to rearrange methods in the class alphabetically. Best regards, Andrew
|
The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
|
 |
 |
|
|
subject: javadoc Method Detail is not in alphabetical order
|
|
|