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

changeset 0
959103a6100f
child 2525
2eb010b6cb22
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclet.xml	Wed Apr 27 01:34:52 2016 +0800
     1.3 @@ -0,0 +1,205 @@
     1.4 +<?xml version='1.0' encoding='utf-8'?>
     1.5 +
     1.6 +<!--
     1.7 + Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     1.8 + DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9 +
    1.10 + This code is free software; you can redistribute it and/or modify it
    1.11 + under the terms of the GNU General Public License version 2 only, as
    1.12 + published by the Free Software Foundation.  Oracle designates this
    1.13 + particular file as subject to the "Classpath" exception as provided
    1.14 + by Oracle in the LICENSE file that accompanied this code.
    1.15 +
    1.16 + This code is distributed in the hope that it will be useful, but WITHOUT
    1.17 + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.18 + FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    1.19 + version 2 for more details (a copy is included in the LICENSE file that
    1.20 + accompanied this code).
    1.21 +
    1.22 + You should have received a copy of the GNU General Public License version
    1.23 + 2 along with this work; if not, write to the Free Software Foundation,
    1.24 + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.25 +
    1.26 + Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.27 + or visit www.oracle.com if you need additional information or have any
    1.28 + questions.
    1.29 +-->
    1.30 +
    1.31 +
    1.32 +<Doclet>
    1.33 +
    1.34 +    <ProfileDoc>
    1.35 +        <Content>
    1.36 +            <Summary>
    1.37 +                <PackageSummary>
    1.38 +                    <InterfaceSummary/>
    1.39 +                    <ClassSummary/>
    1.40 +                    <EnumSummary/>
    1.41 +                    <ExceptionSummary/>
    1.42 +                    <ErrorSummary/>
    1.43 +                    <AnnotationTypeSummary/>
    1.44 +                </PackageSummary>
    1.45 +            </Summary>
    1.46 +        </Content>
    1.47 +    </ProfileDoc>
    1.48 +
    1.49 +    <PackageDoc>
    1.50 +        <Content>
    1.51 +            <Summary>
    1.52 +                <InterfaceSummary/>
    1.53 +                <ClassSummary/>
    1.54 +                <EnumSummary/>
    1.55 +                <ExceptionSummary/>
    1.56 +                <ErrorSummary/>
    1.57 +                <AnnotationTypeSummary/>
    1.58 +            </Summary>
    1.59 +            <PackageDescription/>
    1.60 +            <PackageTags/>
    1.61 +        </Content>
    1.62 +    </PackageDoc>
    1.63 +
    1.64 +    <AnnotationTypeDoc>
    1.65 +        <AnnotationTypeInfo>
    1.66 +            <DeprecationInfo/>
    1.67 +            <AnnotationTypeSignature/>
    1.68 +            <AnnotationTypeDescription/>
    1.69 +            <AnnotationTypeTagInfo/>
    1.70 +        </AnnotationTypeInfo>
    1.71 +        <MemberSummary>
    1.72 +            <AnnotationTypeFieldsSummary/>
    1.73 +            <AnnotationTypeRequiredMemberSummary/>
    1.74 +            <AnnotationTypeOptionalMemberSummary/>
    1.75 +        </MemberSummary>
    1.76 +        <AnnotationTypeMemberDetails>
    1.77 +            <AnnotationTypeFieldDetails>
    1.78 +                <AnnotationTypeField>
    1.79 +                    <Signature/>
    1.80 +                    <DeprecationInfo/>
    1.81 +                    <MemberComments/>
    1.82 +                    <TagInfo/>
    1.83 +                </AnnotationTypeField>
    1.84 +            </AnnotationTypeFieldDetails>
    1.85 +            <AnnotationTypeRequiredMemberDetails>
    1.86 +                <AnnotationTypeRequiredMember>
    1.87 +                    <Signature/>
    1.88 +                    <DeprecationInfo/>
    1.89 +                    <MemberComments/>
    1.90 +                    <TagInfo/>
    1.91 +                </AnnotationTypeRequiredMember>
    1.92 +            </AnnotationTypeRequiredMemberDetails>
    1.93 +            <AnnotationTypeOptionalMemberDetails>
    1.94 +                <AnnotationTypeOptionalMember>
    1.95 +                    <Signature/>
    1.96 +                    <DeprecationInfo/>
    1.97 +                    <MemberComments/>
    1.98 +                    <TagInfo/>
    1.99 +                    <DefaultValueInfo/>
   1.100 +                </AnnotationTypeOptionalMember>
   1.101 +            </AnnotationTypeOptionalMemberDetails>
   1.102 +        </AnnotationTypeMemberDetails>
   1.103 +    </AnnotationTypeDoc>
   1.104 +
   1.105 +    <ClassDoc>
   1.106 +        <ClassTree/>
   1.107 +        <ClassInfo>
   1.108 +            <TypeParamInfo/>
   1.109 +            <SuperInterfacesInfo/>
   1.110 +            <ImplementedInterfacesInfo/>
   1.111 +            <SubClassInfo/>
   1.112 +            <SubInterfacesInfo/>
   1.113 +            <InterfaceUsageInfo/>
   1.114 +            <NestedClassInfo/>
   1.115 +            <FunctionalInterfaceInfo/>
   1.116 +            <DeprecationInfo/>
   1.117 +            <ClassSignature/>
   1.118 +            <ClassDescription/>
   1.119 +            <ClassTagInfo/>
   1.120 +        </ClassInfo>
   1.121 +        <MemberSummary>
   1.122 +            <PropertiesSummary/>
   1.123 +            <NestedClassesSummary/>
   1.124 +            <EnumConstantsSummary/>
   1.125 +            <FieldsSummary/>
   1.126 +            <ConstructorsSummary/>
   1.127 +            <MethodsSummary/>
   1.128 +        </MemberSummary>
   1.129 +        <MemberDetails>
   1.130 +            <EnumConstantsDetails>
   1.131 +                <EnumConstant>
   1.132 +                    <Signature/>
   1.133 +                    <DeprecationInfo/>
   1.134 +                    <EnumConstantComments/>
   1.135 +                    <TagInfo/>
   1.136 +                </EnumConstant>
   1.137 +            </EnumConstantsDetails>
   1.138 +            <PropertyDetails>
   1.139 +                <PropertyDoc>
   1.140 +                    <Signature/>
   1.141 +                    <PropertyComments/>
   1.142 +                    <TagInfo/>
   1.143 +                </PropertyDoc>
   1.144 +            </PropertyDetails>
   1.145 +            <FieldDetails>
   1.146 +                <FieldDoc>
   1.147 +                    <Signature/>
   1.148 +                    <DeprecationInfo/>
   1.149 +                    <FieldComments/>
   1.150 +                    <TagInfo/>
   1.151 +                </FieldDoc>
   1.152 +            </FieldDetails>
   1.153 +            <ConstructorDetails>
   1.154 +                <ConstructorDoc>
   1.155 +                    <Signature/>
   1.156 +                    <DeprecationInfo/>
   1.157 +                    <ConstructorComments/>
   1.158 +                    <TagInfo/>
   1.159 +                </ConstructorDoc>
   1.160 +            </ConstructorDetails>
   1.161 +            <MethodDetails>
   1.162 +                <MethodDoc>
   1.163 +                    <Signature/>
   1.164 +                    <DeprecationInfo/>
   1.165 +                    <MethodComments/>
   1.166 +                    <TagInfo/>
   1.167 +                </MethodDoc>
   1.168 +            </MethodDetails>
   1.169 +        </MemberDetails>
   1.170 +    </ClassDoc>
   1.171 +
   1.172 +    <ConstantSummary>
   1.173 +        <Contents/>
   1.174 +        <ConstantSummaries>
   1.175 +            <PackageHeader/>
   1.176 +            <ClassConstantSummary>
   1.177 +                <ConstantMembers/>
   1.178 +            </ClassConstantSummary>
   1.179 +        </ConstantSummaries>
   1.180 +    </ConstantSummary>
   1.181 +
   1.182 +    <SerializedForm>
   1.183 +        <SerializedFormSummaries>
   1.184 +            <PackageSerializedForm>
   1.185 +                <PackageHeader/>
   1.186 +                <ClassSerializedForm>
   1.187 +                    <SerialUIDInfo/>
   1.188 +                    <ClassContent>
   1.189 +                        <SerializableMethods>
   1.190 +                            <MethodSubHeader/>
   1.191 +                            <DeprecatedMethodInfo/>
   1.192 +                            <MethodInfo>
   1.193 +                                <MethodDescription/>
   1.194 +                                <MethodTags/>
   1.195 +                            </MethodInfo>
   1.196 +                        </SerializableMethods>
   1.197 +                        <FieldHeader/>
   1.198 +                        <SerializableFields>
   1.199 +                            <FieldSubHeader/>
   1.200 +                            <FieldDeprecationInfo/>
   1.201 +                            <FieldInfo/>
   1.202 +                        </SerializableFields>
   1.203 +                    </ClassContent>
   1.204 +                </ClassSerializedForm>
   1.205 +            </PackageSerializedForm>
   1.206 +        </SerializedFormSummaries>
   1.207 +    </SerializedForm>
   1.208 +</Doclet>

mercurial