【发布时间】:2012-01-02 04:12:54
【问题描述】:
我有一个类,在 Netbeans 7.0.1 中我插入了该类 Javadoc
例如我有这个:
/**
*
* @return Returns cost of product
*/
public int getCustoTotal() {
return this.custoTotal;
}
但是,如果我执行 ALT+F1,我可以使用 javadoc 看到 html,但它不是实际的。它没有反映最新的变化。
你能帮我解决这个问题吗?
【问题讨论】:
标签: netbeans