-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.html
More file actions
23 lines (22 loc) · 832 Bytes
/
package.html
File metadata and controls
23 lines (22 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!--
HTML file providing an overview of the contents of this package.
$Id: package.html 3024 2005-04-11 16:54:44Z prat $
-->
</head>
<body bgcolor="white">
This is the top-level package for DrJava. It contains {@link
edu.rice.cs.drjava.DrJava} as an entry point to the program and
{@link edu.rice.cs.drjava.IndentFiles} as a command-line interface
to the indenting algorithm.
<p>
It also contains bookkeeping classes, such as {@link
edu.rice.cs.drjava.Version}, which holds the version number
information, and {@link edu.rice.cs.drjava.CodeStatus}, which
indicates whether the current build is Stable or Development. These
classes are automatically generated by the build process and should
not be manually modified.
</body>
</html>