禁用 javadoc 中的字母顺序排序

发布于 2024-12-16 16:37:51 字数 85 浏览 1 评论 0原文

有没有什么办法可以让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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

没︽人懂的悲伤 2024-12-23 16:37:51

通常,方法本身(在方法详细信息部分中)保持与源代码中相同的顺序。

只是方法摘要按字母顺序排序,我认为您无法更改它。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文