src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclet.xml

Fri, 27 Feb 2009 18:57:17 -0800

author
bpatel
date
Fri, 27 Feb 2009 18:57:17 -0800
changeset 233
5240b1120530
parent 222
d424ed561993
child 240
8c55d5b0ed71
permissions
-rw-r--r--

6786690: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - DL tag and nesting issue
Reviewed-by: jjg

     1 <?xml version='1.0' encoding='utf-8'?>
     3 <!--
     4  Copyright 2003 Sun Microsystems, Inc.  All Rights Reserved.
     5  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     7  This code is free software; you can redistribute it and/or modify it
     8  under the terms of the GNU General Public License version 2 only, as
     9  published by the Free Software Foundation.  Sun designates this
    10  particular file as subject to the "Classpath" exception as provided
    11  by Sun in the LICENSE file that accompanied this code.
    13  This code is distributed in the hope that it will be useful, but WITHOUT
    14  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    15  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    16  version 2 for more details (a copy is included in the LICENSE file that
    17  accompanied this code).
    19  You should have received a copy of the GNU General Public License version
    20  2 along with this work; if not, write to the Free Software Foundation,
    21  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    23  Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    24  CA 95054 USA or visit www.sun.com if you need additional information or
    25  have any questions.
    26 -->
    29 <Doclet>
    31     <PackageDoc>
    32         <PackageHeader/>
    33         <Summary>
    34             <SummaryHeader/>
    35             <InterfaceSummary/>
    36             <ClassSummary/>
    37             <EnumSummary/>
    38             <ExceptionSummary/>
    39             <ErrorSummary/>
    40             <AnnotationTypeSummary/>
    41             <SummaryFooter/>
    42         </Summary>
    43         <PackageDescription/>
    44         <PackageTags/>
    45         <PackageFooter/>
    46     </PackageDoc>
    48     <AnnotationTypeDoc>
    49         <AnnotationTypeHeader/>
    50         <DeprecationInfo/>
    51         <AnnotationTypeSignature/>
    52         <AnnotationTypeDescription/>
    53         <AnnotationTypeTagInfo/>
    54         <MemberSummary>
    55         	<AnnotationTypeRequiredMemberSummary/>
    56             <AnnotationTypeOptionalMemberSummary/>
    57         </MemberSummary>
    58         <AnnotationTypeRequiredMemberDetails>
    59             <Header/>
    60             <AnnotationTypeRequiredMember>
    61                 <MemberHeader/>
    62                 <Signature/>
    63                 <DeprecationInfo/>
    64                 <MemberComments/>
    65                 <TagInfo/>
    66                 <MemberFooter/>
    67             </AnnotationTypeRequiredMember>
    68         </AnnotationTypeRequiredMemberDetails>
    69         <AnnotationTypeOptionalMemberDetails>
    70             <AnnotationTypeOptionalMember>
    71                 <MemberHeader/>
    72                 <Signature/>
    73                 <DeprecationInfo/>
    74                 <MemberComments/>
    75                 <TagInfo/>
    76                 <DefaultValueInfo/>
    77                 <MemberFooter/>
    78             </AnnotationTypeOptionalMember>
    79             <Footer/>
    80         </AnnotationTypeOptionalMemberDetails>        
    81         <AnnotationTypeFooter/>
    82     </AnnotationTypeDoc>
    84     <ClassDoc>
    85         <ClassHeader/>
    86         <ClassTree/>
    87         <TypeParamInfo/>
    88         <SuperInterfacesInfo/>
    89         <ImplementedInterfacesInfo/>        
    90         <SubClassInfo/>
    91         <SubInterfacesInfo/>
    92         <InterfaceUsageInfo/>
    93         <NestedClassInfo/>
    94         <DeprecationInfo/>
    95         <ClassSignature/>
    96         <ClassDescription/>
    97         <ClassTagInfo/>
    98         <MemberSummary>
    99             <NestedClassesSummary/>
   100             <NestedClassesInheritedSummary/>
   101             <EnumConstantsSummary/>
   102             <FieldsSummary/>
   103             <FieldsInheritedSummary/>  
   104             <ConstructorsSummary/>
   105             <MethodsSummary/>
   106             <MethodsInheritedSummary/>
   107         </MemberSummary>
   108         <EnumConstantsDetails>
   109             <Header/>
   110             <EnumConstant>
   111                 <EnumConstantHeader/>
   112                 <Signature/>
   113                 <DeprecationInfo/>
   114                 <EnumConstantComments/>
   115                 <TagInfo/>
   116                 <EnumConstantFooter/>
   117             </EnumConstant>
   118             <Footer/>
   119         </EnumConstantsDetails>
   120         <FieldDetails>
   121             <Header/>
   122             <FieldDoc>
   123                 <FieldHeader/>
   124                 <Signature/>
   125                 <DeprecationInfo/>
   126                 <FieldComments/>
   127                 <TagInfo/>
   128                 <FieldFooter/>
   129             </FieldDoc>
   130             <Footer/>
   131         </FieldDetails>
   132         <ConstructorDetails>
   133             <Header/>
   134             <ConstructorDoc>
   135                 <ConstructorHeader/>
   136                 <Signature/>
   137                 <DeprecationInfo/>
   138                 <ConstructorComments/>
   139                 <TagInfo/>
   140                 <ConstructorFooter/>
   141             </ConstructorDoc>
   142             <Footer/>
   143         </ConstructorDetails>
   144         <MethodDetails>
   145             <Header/>
   146             <MethodDoc>
   147                 <MethodHeader/>
   148                 <Signature/>
   149                 <DeprecationInfo/>
   150                 <MethodComments/>
   151                 <TagInfo/>
   152                 <MethodFooter/>
   153             </MethodDoc>
   154             <Footer/>
   155         </MethodDetails>
   156         <ClassFooter/>
   157     </ClassDoc>
   159     <ConstantSummary>
   160         <Header/>
   161         <Contents/>
   162         <ConstantSummaries>
   163             <PackageConstantSummary>
   164                 <PackageHeader/>
   165                 <ClassConstantSummary>
   166                     <ClassHeader/>
   167                     <ConstantMembers/>
   168                     <ClassFooter/>
   169                 </ClassConstantSummary>     
   170             </PackageConstantSummary>
   171         </ConstantSummaries>    
   172         <Footer/>
   173     </ConstantSummary>
   175     <SerializedForm>
   176         <Header/>
   177         <SerializedFormSummaries>
   178             <PackageSerializedForm>
   179                 <PackageHeader/>
   180                 <ClassSerializedForm>
   181                     <ClassHeader/>
   182                     <SerialUIDInfo/>
   183                     <MethodHeader/>
   184                     <SerializableMethods>
   185                         <MethodSubHeader/>
   186                         <DeprecatedMethodInfo/>
   187                         <MethodInfo>
   188                             <MethodDescription/>
   189                             <MethodTags/>
   190                         </MethodInfo>
   191                         <MethodFooter/>
   192                     </SerializableMethods>
   193                     <FieldHeader/>
   194                     <SerializableFields>
   195                         <FieldSubHeader/>
   196                         <FieldDeprecationInfo/>
   197                         <FieldInfo/>
   198                         <FieldSubFooter/>
   199                     </SerializableFields>
   200                 </ClassSerializedForm>
   201             </PackageSerializedForm>
   202         </SerializedFormSummaries>
   203         <Footer/>
   204     </SerializedForm>
   205 </Doclet>

mercurial