I am creating a Javadoc for my library. Standard Android Javadocs have methods in ABC order (e.g. https://developer.android.com/reference/android/widget/TextView.html)
When I create my Javadoc in Android Studio (IntelliJ) the methods appear in order of appearance. Is there a way to change this so they appear in ABC order?
Note: I am referring to the 'Method Detail' section