|
楼主 |
发表于 2006-1-30 02:51:15
|
显示全部楼层
我使用sun的java1.5 for amd64_linux_x86_64。
- ideawu@debian:~/study_swt/snippets/menu$ javadoc Snippet97.java
- 正在装入源文件 Snippet97.java...
- 正在构造 Javadoc 信息...
- 标准 Doclet 版本 1.5.0_06
- 正在构建所有软件包和类的树...
- 正在生成 Snippet97.html...
- 正在生成 package-frame.html...
- 正在生成 package-summary.html...
- 正在生成 package-tree.html...
- 正在生成 constant-values.html...
- 正在构建所有软件包和类的索引...
- 正在生成 overview-tree.html...
- 正在生成 index-all.html...
- 正在生成 deprecated-list.html...
- 正在构建所有类的索引...
- 正在生成 allclasses-frame.html...
- 正在生成 allclasses-noframe.html...
- 正在生成 index.html...
- 正在生成 help-doc.html...
- 正在生成 stylesheet.css...
- ideawu@debian:~/study_swt/snippets/menu$ cat index.html
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
- <!--NewPage-->
- <HTML>
- <HEAD>
- <!-- Generated by javadoc on Mon Jan 30 02:49:48 GMT-01:00 2006-->
- <TITLE>
- 生成的文档(无标题)
- </TITLE>
- <SCRIPT type="text/javascript">
- targetPage = "" + window.location.search;
- if (targetPage != "" && targetPage != "undefined")
- targetPage = targetPage.substring(1);
- function loadFrames() {
- if (targetPage != "" && targetPage != "undefined")
- top.classFrame.location = top.targetPage;
- }
- </SCRIPT>
- <NOSCRIPT>
- </NOSCRIPT>
- </HEAD>
- <FRAMESET cols="20%,80%" title="" onLoad="top.loadFrames()">
- <FRAME src="allclasses-frame.html" name="packageFrame" title="所有类和接口(除了非静态嵌套类型)">
- <FRAME src="Snippet97.html" name="classFrame" title="软件包、类和接口描述" scrolling="yes">
- <NOFRAMES>
- <H2>
- 框架警报</H2>
- <P>
- 请使用框架功能查看此文档。如果看到此消息,则表明您使用的是不支持框架的 Web 客户 机。
- <BR>
- 链接到<A HREF="Snippet97.html">非框架版本。</A>
- </NOFRAMES>
- </FRAMESET>
- </HTML>
复制代码
无非是把几个英文名词翻译成为了中文名词,没什么大用途,反尔影响版面。 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|