我的代码段如下://: object/Documentation1.java/** A class comment */public class Documentation1 { /** A field comment */ public int i; /** A method comment */ public void f() {}} ///:~这段代码里面受注释的内容不应该被提取出来吗?但使用如下的命令:得到很多html文件但打开来之后,大多为这样,里面根本没有注释的内容啊
添加回答
举报
0/150
提交
取消