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

Wed, 01 Dec 2010 11:02:38 -0800

author
bpatel
date
Wed, 01 Dec 2010 11:02:38 -0800
changeset 766
90af8d87741f
parent 554
9d9f26857129
child 798
4868a36f6fd8
permissions
-rw-r--r--

6851834: Javadoc doclet needs a structured approach to generate the output HTML.
Reviewed-by: jjg

     1 <?xml version='1.0' encoding='utf-8'?>
     3 <!--
     4  Copyright (c) 2003, 2009, Oracle and/or its affiliates. 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.  Oracle designates this
    10  particular file as subject to the "Classpath" exception as provided
    11  by Oracle 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 Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    24  or visit www.oracle.com if you need additional information or have any
    25  questions.
    26 -->
    29 <Doclet>
    31     <PackageDoc>
    32         <Content>
    33             <Summary>
    34                 <InterfaceSummary/>
    35                 <ClassSummary/>
    36                 <EnumSummary/>
    37                 <ExceptionSummary/>
    38                 <ErrorSummary/>
    39                 <AnnotationTypeSummary/>
    40             </Summary>
    41             <PackageDescription/>
    42             <PackageTags/>
    43         </Content>
    44     </PackageDoc>
    46     <AnnotationTypeDoc>
    47         <AnnotationTypeInfo>
    48             <DeprecationInfo/>
    49             <AnnotationTypeSignature/>
    50             <AnnotationTypeDescription/>
    51             <AnnotationTypeTagInfo/>
    52         </AnnotationTypeInfo>
    53         <MemberSummary>
    54             <AnnotationTypeRequiredMemberSummary/>
    55             <AnnotationTypeOptionalMemberSummary/>
    56         </MemberSummary>
    57         <AnnotationTypeMemberDetails>
    58             <AnnotationTypeRequiredMemberDetails>
    59                 <AnnotationTypeRequiredMember>
    60                     <Signature/>
    61                     <DeprecationInfo/>
    62                     <MemberComments/>
    63                     <TagInfo/>
    64                 </AnnotationTypeRequiredMember>
    65             </AnnotationTypeRequiredMemberDetails>
    66             <AnnotationTypeOptionalMemberDetails>
    67                 <AnnotationTypeOptionalMember>
    68                     <Signature/>
    69                     <DeprecationInfo/>
    70                     <MemberComments/>
    71                     <TagInfo/>
    72                     <DefaultValueInfo/>
    73                 </AnnotationTypeOptionalMember>
    74             </AnnotationTypeOptionalMemberDetails>
    75         </AnnotationTypeMemberDetails>
    76     </AnnotationTypeDoc>
    78     <ClassDoc>
    79         <ClassTree/>
    80         <ClassInfo>
    81             <TypeParamInfo/>
    82             <SuperInterfacesInfo/>
    83             <ImplementedInterfacesInfo/>
    84             <SubClassInfo/>
    85             <SubInterfacesInfo/>
    86             <InterfaceUsageInfo/>
    87             <NestedClassInfo/>
    88             <DeprecationInfo/>
    89             <ClassSignature/>
    90             <ClassDescription/>
    91             <ClassTagInfo/>
    92         </ClassInfo>
    93         <MemberSummary>
    94             <NestedClassesSummary/>
    95             <EnumConstantsSummary/>
    96             <FieldsSummary/>
    97             <ConstructorsSummary/>
    98             <MethodsSummary/>
    99         </MemberSummary>
   100         <MemberDetails>
   101             <EnumConstantsDetails>
   102                 <EnumConstant>
   103                     <Signature/>
   104                     <DeprecationInfo/>
   105                     <EnumConstantComments/>
   106                     <TagInfo/>
   107                 </EnumConstant>
   108             </EnumConstantsDetails>
   109             <FieldDetails>
   110                 <FieldDoc>
   111                     <Signature/>
   112                     <DeprecationInfo/>
   113                     <FieldComments/>
   114                     <TagInfo/>
   115                 </FieldDoc>
   116             </FieldDetails>
   117             <ConstructorDetails>
   118                 <ConstructorDoc>
   119                     <Signature/>
   120                     <DeprecationInfo/>
   121                     <ConstructorComments/>
   122                     <TagInfo/>
   123                 </ConstructorDoc>
   124             </ConstructorDetails>
   125             <MethodDetails>
   126                 <MethodDoc>
   127                     <Signature/>
   128                     <DeprecationInfo/>
   129                     <MethodComments/>
   130                     <TagInfo/>
   131                 </MethodDoc>
   132             </MethodDetails>
   133         </MemberDetails>
   134     </ClassDoc>
   136     <ConstantSummary>
   137         <Contents/>
   138         <ConstantSummaries>
   139             <PackageHeader/>
   140             <ClassConstantSummary>
   141                 <ConstantMembers/>
   142             </ClassConstantSummary>
   143         </ConstantSummaries>
   144     </ConstantSummary>
   146     <SerializedForm>
   147         <SerializedFormSummaries>
   148             <PackageSerializedForm>
   149                 <PackageHeader/>
   150                 <ClassSerializedForm>
   151                     <SerialUIDInfo/>
   152                     <ClassContent>
   153                         <SerializableMethods>
   154                             <MethodSubHeader/>
   155                             <DeprecatedMethodInfo/>
   156                             <MethodInfo>
   157                                 <MethodDescription/>
   158                                 <MethodTags/>
   159                             </MethodInfo>
   160                         </SerializableMethods>
   161                         <FieldHeader/>
   162                         <SerializableFields>
   163                             <FieldSubHeader/>
   164                             <FieldDeprecationInfo/>
   165                             <FieldInfo/>
   166                         </SerializableFields>
   167                     </ClassContent>
   168                 </ClassSerializedForm>
   169             </PackageSerializedForm>
   170         </SerializedFormSummaries>
   171     </SerializedForm>
   172 </Doclet>

mercurial