jjg@2112: /* jjg@2112: * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. jjg@2112: * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. jjg@2112: * jjg@2112: * This code is free software; you can redistribute it and/or modify it jjg@2112: * under the terms of the GNU General Public License version 2 only, as jjg@2112: * published by the Free Software Foundation. Oracle designates this jjg@2112: * particular file as subject to the "Classpath" exception as provided jjg@2112: * by Oracle in the LICENSE file that accompanied this code. jjg@2112: * jjg@2112: * This code is distributed in the hope that it will be useful, but WITHOUT jjg@2112: * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or jjg@2112: * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License jjg@2112: * version 2 for more details (a copy is included in the LICENSE file that jjg@2112: * accompanied this code). jjg@2112: * jjg@2112: * You should have received a copy of the GNU General Public License version jjg@2112: * 2 along with this work; if not, write to the Free Software Foundation, jjg@2112: * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. jjg@2112: * jjg@2112: * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA jjg@2112: * or visit www.oracle.com if you need additional information or have any jjg@2112: * questions. jjg@2112: */ duke@1: jjg@2112: /** jjg@2112: This is the default doclet provided with JDK that produces Javadoc's jjg@2112: default HTML-formatted API output. For more documentation jjg@2112: on this doclet, please refer to the link below. duke@1: jjg@2112: @see jjg@2112: http://www.java.sun.com/javadoc/standard-doclet.html duke@1: jjg@2112:

This is NOT part of any supported API. jjg@2112: If you write code that depends on this, you do so at your own risk. jjg@2112: This code and its internal interfaces are subject to change or jjg@2112: deletion without notice. jjg@2112: */ jjg@2112: @jdk.Exported(false) jjg@2112: package com.sun.tools.doclets.formats.html;