I am currently creating the documentation for a class with many functions. Is there any way to organize the JavaDoc such that the methods in the overview are divided into a few categories?
Maybe try to refactor it so you don't have "many functions" inside one class. It is much better to divide code into small fractions that are easier for maintaining, readability, testing, debugging, documenting etc..
The JavaDoc tool does not have such a functionality. Even the JDK's methods aren't grouped in such a fashion.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With