JavaDoc Reusable Parameter Values

佐手、 提交于 2019-11-29 14:25:51

It is not possible without either

  • patching the standard doclet (or substituting your own one)
  • patching the Javadoc core
  • preprocessing the source code before giving it to JavaDoc
  • postprocessing the HTML output after running Javadoc.

This is one of the only cases where, IMHO, it's acceptable to copy and paste liberally. I think that any macro-processing magic would be overkill.

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