How to use Javadoc options (such as
I would like to generate javadoc but excluding deprecated methods from it. I know there's an option called -notdeprecated (which does what I need) but I can't figure out how to specify this option.
To produce javadoc I go to Project->Generate Javadoc. There I can choose between 'use standard doclet' and 'use custom doclet'. I think I should use custom doclet to use options (am I wrong?). Now, where and how to specify the option?
I use eclipse 3.4.2
至少在Eclipse 3.5中,在向导的第三页中,有Extra Javadoc options
。
上一篇: 如何引用javadoc中的方法?
下一篇: 如何使用Javadoc选项(比如