langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/standard/package-info.java
author ksrini
Thu, 11 May 2017 15:12:38 -0700
changeset 45155 141f584faf59
parent 35426 langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/package-info.java@374342e56a56
child 45742 36bf0f2436ad
permissions -rw-r--r--
8179632: Fix the old doclet documentation Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
21019
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
     1
/*
45155
141f584faf59 8179632: Fix the old doclet documentation
ksrini
parents: 35426
diff changeset
     2
 * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
21019
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
     4
 *
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
    10
 *
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
    15
 * accompanied this code).
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
    16
 *
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
    20
 *
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
    23
 * questions.
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
    24
 */
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
21019
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
    26
/**
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 34916
diff changeset
    27
<p style="font-style: italic; font-size:larger">
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 34916
diff changeset
    28
<b>Note:</b> The declarations in this package have been superseded by those
45155
141f584faf59 8179632: Fix the old doclet documentation
ksrini
parents: 35426
diff changeset
    29
in the new package {@link jdk.javadoc.doclet}.
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 34916
diff changeset
    30
</p>
21019
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 12015
diff changeset
    31
*/
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 34916
diff changeset
    32
45155
141f584faf59 8179632: Fix the old doclet documentation
ksrini
parents: 35426
diff changeset
    33
package com.sun.tools.doclets.standard;