在javadoc标签不起作用 [英] in javadoc tags are not working

查看:159
本文介绍了在javadoc标签不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用TextPad,当我生成javadoc时,它会显示描述

但它并没有显示我正在使用的标签。



I am using TextPad and when I am generating javadoc it shows the description
but it doesn''t show me the tag which I am using .

/**  @author  Vivek */
public class DemoClass
{

    public static void main(String a[])
    {
        System.out.println("Hi !! This is author here");
    }

    /** Its gettig the name of person*/
    public void getName(String name)
    {

    }
}







这里我可以看到getName方法但不是作者名称




here i can see lines of getName method but not author name

推荐答案

Hello Vivek,



只需确保使用-author选项运行javadoc工具。



问候,
Hello Vivek,

Just make sure that you are running the javadoc tool using -author option.

Regards,


这篇关于在javadoc标签不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆