< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties

Print this page



























   1 doclet.build_version=Standard Doclet version {0}
   2 doclet.Contents=Contents
   3 doclet.Overview=Overview
   4 doclet.Window_Overview_Summary=Overview
   5 doclet.Element=Element
   6 doclet.Package=Package
   7 doclet.Module=Module
   8 doclet.Open_Module=Open Module
   9 doclet.All_Packages=All Packages
  10 doclet.All_Modules=All Modules
  11 doclet.None=None
  12 doclet.Tree=Tree
  13 doclet.Class_Hierarchy=Class Hierarchy
  14 doclet.Window_Class_Hierarchy=Class Hierarchy
  15 doclet.Interface_Hierarchy=Interface Hierarchy
  16 doclet.Enum_Hierarchy=Enum Hierarchy
  17 doclet.Annotation_Type_Hierarchy=Annotation Type Hierarchy
  18 doclet.Href_Class_Title=class in {0}
  19 doclet.Href_Interface_Title=interface in {0}
  20 doclet.Href_Annotation_Title=annotation in {0}


   1 #
   2 # Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 doclet.build_version=Standard Doclet version {0}
  27 doclet.Contents=Contents
  28 doclet.Overview=Overview
  29 doclet.Window_Overview_Summary=Overview
  30 doclet.Element=Element
  31 doclet.Package=Package
  32 doclet.Module=Module
  33 doclet.Open_Module=Open Module
  34 doclet.All_Packages=All Packages
  35 doclet.All_Modules=All Modules
  36 doclet.None=None
  37 doclet.Tree=Tree
  38 doclet.Class_Hierarchy=Class Hierarchy
  39 doclet.Window_Class_Hierarchy=Class Hierarchy
  40 doclet.Interface_Hierarchy=Interface Hierarchy
  41 doclet.Enum_Hierarchy=Enum Hierarchy
  42 doclet.Annotation_Type_Hierarchy=Annotation Type Hierarchy
  43 doclet.Href_Class_Title=class in {0}
  44 doclet.Href_Interface_Title=interface in {0}
  45 doclet.Href_Annotation_Title=annotation in {0}


< prev index next >