diff options
author | Mark Wielaard <mark@klomp.org> | 2002-05-06 14:58:23 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2002-05-06 14:58:23 +0000 |
commit | 363d14124673438ef6402c7a65ab95f68188d00d (patch) | |
tree | 8df881cfbbed4cc5042790b4d5548fb2cc19c18e /javax/accessibility | |
parent | 128bf939967339f84ead339f0f071344b328bf89 (diff) | |
download | classpath-363d14124673438ef6402c7a65ab95f68188d00d.tar.gz |
* java/applet/package.html: Add stub package description fo gjdoc.
* java/awt/color/package.html: Likewise.
* java/awt/dnd/package.html: Likewise.
* java/awt/im/spi/package.html: Likewise.
* java/awt/im/package.html: Likewise.
* java/awt/datatransfer/package.html: Likewise.
* java/awt/event/package.html: Likewise.
* java/awt/font/package.html: Likewise.
* java/awt/geom/package.html: Likewise.
* java/awt/image/package.html: Likewise.
* java/awt/peer/package.html: Likewise.
* java/awt/print/package.html: Likewise.
* java/awt/package.html: Likewise.
* java/beans/beancontext/package.html: Likewise.
* java/beans/package.html: Likewise.
* java/io/package.html: Likewise.
* java/lang/ref/package.html: Likewise.
* java/lang/reflect/package.html: Likewise.
* java/lang/package.html: Likewise.
* java/math/package.html: Likewise.
* java/net/package.html: Likewise.
* java/rmi/activation/package.html: Likewise.
* java/rmi/dgc/package.html: Likewise.
* java/rmi/registry/package.html: Likewise.
* java/rmi/server/package.html: Likewise.
* java/rmi/package.html: Likewise.
* java/security/acl/package.html: Likewise.
* java/security/cert/package.html: Likewise.
* java/security/interfaces/package.html: Likewise.
* java/security/spec/package.html: Likewise.
* java/security/package.html: Likewise.
* java/sql/package.html: Likewise.
* java/text/package.html: Likewise.
* java/util/jar/package.html: Likewise.
* java/util/zip/package.html: Likewise.
* java/util/package.html: Likewise.
* java/util/prefs/package.html: Likewise.
* java/util/logging/package.html: Likewise.
* java/util/regex/package.html: Likewise.
* java/nio/channels/spi/package.html: Likewise.
* java/nio/channels/package.html: Likewise.
* java/nio/charset/package.html: Likewise.
* java/nio/package.html: Likewise.
* javax/accessibility/package.html: Likewise.
* javax/naming/package.html: Likewise.
* javax/swing/border/package.html: Likewise.
* javax/swing/event/package.html: Likewise.
* javax/swing/table/package.html: Likewise.
* javax/swing/plaf/basic/package.html: Likewise.
* javax/swing/plaf/metal/package.html: Likewise.
* javax/swing/plaf/package.html: Likewise.
* javax/swing/text/html/package.html: Likewise.
* javax/swing/text/package.html: Likewise.
* javax/swing/tree/package.html: Likewise.
* javax/swing/undo/package.html: Likewise.
* javax/swing/package.html: Likewise.
Diffstat (limited to 'javax/accessibility')
-rw-r--r-- | javax/accessibility/package.html | 39 |
1 files changed, 8 insertions, 31 deletions
diff --git a/javax/accessibility/package.html b/javax/accessibility/package.html index 45907a39f..2577f8d73 100644 --- a/javax/accessibility/package.html +++ b/javax/accessibility/package.html @@ -1,11 +1,6 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<html> -<head> -<title>javax.accessibility package</title> -<!-- - - package.html -- javax.accessibility package description - Copyright (C) 2000 Free Software Foundation, Inc. +<!-- package.html - describes classes in javax.accessibility package. + Copyright (C) 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -13,7 +8,7 @@ GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. - + GNU Classpath is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU @@ -39,31 +34,13 @@ module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this -exception statement from your version. */ - ---> -</head> -<body bgcolor="white"> +exception statement from your version. --> -Provides a contract between objects and accessibility software. - -<h2>Package Specification</h2> - -<!-- -##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT ##### -<ul> - <li><a href="">##### REFER TO ANY FRAMEMAKER SPECIFICATION HERE #####</a> -</ul> - -<h2>Related Documentation</h2> +<html> +<head><title>GNU Classpath - javax.accessibility</title></head> -For overviews, tutorials, examples, guides, and tool documentation, please see: -<ul> - <li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a> -</ul> ---> +<body> +<p>Provides a contract between objects and accessibility software.</p> -<!-- Put @see and @since tags down here. --> -@since 1.2 </body> </html> |