disable alphabetically sorting in javadoc

烈酒焚心 提交于 2019-12-11 04:59:17

问题


Is there any way that things (e.g. methods) in javadoc don't get rearranged alphabetically? I just want them to appear in the order they also appear in the sourcecode to keep a certain flow when reading through the documentation.


回答1:


Usually, the methods themselves (in the Method Detail section) stay in the same order as they are in the source code.

Just the Method Summary is sorted alphabetically, and I don't think you can change this.



来源:https://stackoverflow.com/questions/8169205/disable-alphabetically-sorting-in-javadoc

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!