|
Revision 407, 0.8 KB
(checked in by EricAllen, 2 years ago)
|
|
Added component for- method to var ref checker.
Added brief comment to Javadoc overview and other Javadoc files.
Minor tweaks to Driver and comment fix in Disambiguate.
Fixed class path of Javadoc target in Ant.
|
| Line | |
|---|
| 1 | <!-- |
|---|
| 2 | Copyright 2007 Sun Microsystems, Inc., |
|---|
| 3 | 4150 Network Circle, Santa Clara, California 95054, U.S.A. |
|---|
| 4 | All rights reserved. |
|---|
| 5 | |
|---|
| 6 | U.S. Government Rights - Commercial software. |
|---|
| 7 | Government users are subject to the Sun Microsystems, Inc. standard |
|---|
| 8 | license agreement and applicable provisions of the FAR and its supplements. |
|---|
| 9 | |
|---|
| 10 | Use is subject to license terms. |
|---|
| 11 | |
|---|
| 12 | This distribution may include materials developed by third parties. |
|---|
| 13 | |
|---|
| 14 | Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered |
|---|
| 15 | trademarks of Sun Microsystems, Inc. in the U.S. and other countries. |
|---|
| 16 | --> |
|---|
| 17 | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
|---|
| 18 | <html> |
|---|
| 19 | <head> |
|---|
| 20 | <title>Fortress Interpreter Overview</title> |
|---|
| 21 | </head> |
|---|
| 22 | |
|---|
| 23 | <body> |
|---|
| 24 | This source code is an interpreter-based implementation of the Fortress |
|---|
| 25 | Programming Language. |
|---|
| 26 | </body> </html> |
|---|