禁用 javadoc 中的字母顺序排序
有没有什么办法可以让javadoc中的东西(例如方法)不按字母顺序重新排列?我只是希望它们按照它们在源代码中出现的顺序出现,以便在阅读文档时保持一定的流程。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(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.