【发布时间】:2010-12-12 15:19:49
【问题描述】:
有没有办法从方法文档正文中添加对一个或多个方法参数的引用? 比如:
/**
* When {@paramref a} is null, we rely on b for the discombobulation.
*
* @param a this is one of the parameters
* @param b another param
*/
void foo(String a, int b)
{...}
【问题讨论】: