如何生成程序的Javadoc文档? [英] how do I generate a Javadoc documentation of my Program?

查看:83
本文介绍了如何生成程序的Javadoc文档?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何为我的程序生成Javadoc文档pls..answer asap ... thx:)

How can I generate the Javadoc documentation for my Program pls..answer asap...thx:)

推荐答案

除非你遵循javadoc评论模式及其标签(@ your sourcecode)


使用javadoc.exe(类似于编译源代码的方式)
Unless you follow the javadoc comment pattern and its tags( @ your sourcecode)

use the javadoc.exe (similar to how you compile the source code)


Put / ** .. 。* /您的源文件中的评论;下一个类型''javadoc''没有任何

参数被读取可用的选项/强制/可选。


亲切的问候,


Jos
Put /** ... */ comment in your source file(s); next type ''javadoc'' without any
arguments are read what options are available/mandatory/optional.

kind regards,

Jos



将/ ** ... * /注释放入源文件中;下一个类型''javadoc''没有任何

参数被读取可用的选项/强制/可选。


亲切的问候,


Jos
Put /** ... */ comment in your source file(s); next type ''javadoc'' without any
arguments are read what options are available/mandatory/optional.

kind regards,

Jos



你能详细说明一下吗?我将把评论放在整个程序中?

can u elaborate more? where will I put the comment on my whole program?


这篇关于如何生成程序的Javadoc文档?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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