javadocpackage.template

来自「我做的第一个java MIS项目」· TEMPLATE 代码 · 共 29 行

TEMPLATE
29
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!--
  [COPYRIGHT] [COMPANY]
  All Rights Reserved.
-->
</head>

<body bgcolor="white">
Begin with a one sentence summary about this package.
Follow with the remainder of your description.

<h2>Package Specification</h2>

<ul>
  <li><a href="">hyperlink</a>
</ul>

<h2>Related Documentation</h2>

<ul>
  <li><a href="">hyperlink</a>
</ul>

<!-- Put @see and @since tags here. -->
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?