【发布时间】:2014-10-26 11:26:01
【问题描述】:
我想为可以从代码的任何部分引用的注释块编写超链接/链接。
例如,我在课堂上提到了一些 cmets:
/**
* Really long comments with some case based detail
*/
//Code goes here...
//Code goes here...
// Hey I want you to please have a look at **This Comments** please before making any changes ...
public void myMethod(){....
// Hey I want you to please have a look at **This Comments** please before making any changes ...
public void yetAnotherMethod(){....
For above the **This Comments** should be a link to details mentioned at the top.
【问题讨论】:
标签: java formatting documentation comments javadoc