0

有没有办法在生成 javadocs 时省略“常量字段值”页面?

Javadoc 似乎确实有各种标志来故意省略各种页面/链接:

-nodeprecatedlist                 Do not generate deprecated list
-notree                           Do not generate class hierarchy
-noindex                          Do not generate index
-nohelp                           Do not generate help link
-nonavbar                         Do not generate navigation bar

不过有一个“常量字段值”页面,我想省略它,因为该页面无论如何都是空的。奇怪的是,“序列化表格”被省略了,我们不必告诉它,所以我不知道发生了什么。

4

1 回答 1

0

似乎仍然没有简单的方法可以做到这一点......请参阅https://stackoverflow.com/questions/12222387/...http://www.oracle.com/technetwork/java/javase/documentation .. .了解更多信息。

希望这会有所帮助。

于 2013-10-03T09:28:50.497 回答