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

changeset 240
8c55d5b0ed71
parent 229
03bcd66bd8e7
parent 233
5240b1120530
child 401
dd98acd9f717
     1.1 --- a/src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclet.xml	Mon Mar 09 13:34:19 2009 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclet.xml	Mon Mar 09 23:53:41 2009 -0700
     1.3 @@ -1,205 +1,205 @@
     1.4 -<?xml version='1.0' encoding='utf-8'?>
     1.5 -
     1.6 -<!--
     1.7 +<?xml version='1.0' encoding='utf-8'?>
     1.8 +
     1.9 +<!--
    1.10   Copyright 2003-2009 Sun Microsystems, Inc.  All Rights Reserved.
    1.11 - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    1.12 -
    1.13 - This code is free software; you can redistribute it and/or modify it
    1.14 - under the terms of the GNU General Public License version 2 only, as
    1.15 - published by the Free Software Foundation.  Sun designates this
    1.16 - particular file as subject to the "Classpath" exception as provided
    1.17 - by Sun in the LICENSE file that accompanied this code.
    1.18 -
    1.19 - This code is distributed in the hope that it will be useful, but WITHOUT
    1.20 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.21 - FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    1.22 - version 2 for more details (a copy is included in the LICENSE file that
    1.23 - accompanied this code).
    1.24 -
    1.25 - You should have received a copy of the GNU General Public License version
    1.26 - 2 along with this work; if not, write to the Free Software Foundation,
    1.27 - Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.28 -
    1.29 - Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    1.30 - CA 95054 USA or visit www.sun.com if you need additional information or
    1.31 - have any questions.
    1.32 --->
    1.33 -
    1.34 -
    1.35 -<Doclet>
    1.36 -
    1.37 -    <PackageDoc>
    1.38 -        <PackageHeader/>
    1.39 -        <Summary>
    1.40 -            <SummaryHeader/>
    1.41 -            <InterfaceSummary/>
    1.42 -            <ClassSummary/>
    1.43 -            <EnumSummary/>
    1.44 -            <ExceptionSummary/>
    1.45 -            <ErrorSummary/>
    1.46 -            <AnnotationTypeSummary/>
    1.47 -            <SummaryFooter/>
    1.48 -        </Summary>
    1.49 -        <PackageDescription/>
    1.50 -        <PackageTags/>
    1.51 -        <PackageFooter/>
    1.52 -    </PackageDoc>
    1.53 -    
    1.54 -    <AnnotationTypeDoc>
    1.55 -        <AnnotationTypeHeader/>
    1.56 -        <DeprecationInfo/>
    1.57 -        <AnnotationTypeSignature/>
    1.58 -        <AnnotationTypeDescription/>
    1.59 -        <AnnotationTypeTagInfo/>
    1.60 -        <MemberSummary>
    1.61 -        	<AnnotationTypeRequiredMemberSummary/>
    1.62 -            <AnnotationTypeOptionalMemberSummary/>
    1.63 -        </MemberSummary>
    1.64 -        <AnnotationTypeRequiredMemberDetails>
    1.65 -            <Header/>
    1.66 -            <AnnotationTypeRequiredMember>
    1.67 -                <MemberHeader/>
    1.68 -                <Signature/>
    1.69 -                <DeprecationInfo/>
    1.70 -                <MemberComments/>
    1.71 -                <TagInfo/>
    1.72 -                <MemberFooter/>
    1.73 -            </AnnotationTypeRequiredMember>
    1.74 -        </AnnotationTypeRequiredMemberDetails>
    1.75 -        <AnnotationTypeOptionalMemberDetails>
    1.76 -            <AnnotationTypeOptionalMember>
    1.77 -                <MemberHeader/>
    1.78 -                <Signature/>
    1.79 -                <DeprecationInfo/>
    1.80 -                <MemberComments/>
    1.81 -                <TagInfo/>
    1.82 -                <DefaultValueInfo/>
    1.83 -                <MemberFooter/>
    1.84 -            </AnnotationTypeOptionalMember>
    1.85 -            <Footer/>
    1.86 -        </AnnotationTypeOptionalMemberDetails>        
    1.87 -        <AnnotationTypeFooter/>
    1.88 -    </AnnotationTypeDoc>
    1.89 -    
    1.90 -    <ClassDoc>
    1.91 -        <ClassHeader/>
    1.92 -        <ClassTree/>
    1.93 -        <TypeParamInfo/>
    1.94 -        <SuperInterfacesInfo/>
    1.95 -        <ImplementedInterfacesInfo/>        
    1.96 -        <SubClassInfo/>
    1.97 -        <SubInterfacesInfo/>
    1.98 -        <InterfaceUsageInfo/>
    1.99 -        <NestedClassInfo/>
   1.100 -        <DeprecationInfo/>
   1.101 -        <ClassSignature/>
   1.102 -        <ClassDescription/>
   1.103 -        <ClassTagInfo/>
   1.104 -        <MemberSummary>
   1.105 -            <NestedClassesSummary/>
   1.106 -            <NestedClassesInheritedSummary/>
   1.107 -            <EnumConstantsSummary/>
   1.108 -            <FieldsSummary/>
   1.109 -            <FieldsInheritedSummary/>  
   1.110 -            <ConstructorsSummary/>
   1.111 -            <MethodsSummary/>
   1.112 -            <MethodsInheritedSummary/>
   1.113 -        </MemberSummary>
   1.114 -        <EnumConstantsDetails>
   1.115 -            <Header/>
   1.116 -            <EnumConstant>
   1.117 -                <EnumConstantHeader/>
   1.118 -                <Signature/>
   1.119 -                <DeprecationInfo/>
   1.120 -                <EnumConstantComments/>
   1.121 -                <TagInfo/>
   1.122 -                <EnumConstantFooter/>
   1.123 -            </EnumConstant>
   1.124 -            <Footer/>
   1.125 -        </EnumConstantsDetails>
   1.126 -        <FieldDetails>
   1.127 -            <Header/>
   1.128 -            <FieldDoc>
   1.129 -                <FieldHeader/>
   1.130 -                <Signature/>
   1.131 -                <DeprecationInfo/>
   1.132 -                <FieldComments/>
   1.133 -                <TagInfo/>
   1.134 -                <FieldFooter/>
   1.135 -            </FieldDoc>
   1.136 -            <Footer/>
   1.137 -        </FieldDetails>
   1.138 -        <ConstructorDetails>
   1.139 -            <Header/>
   1.140 -            <ConstructorDoc>
   1.141 -                <ConstructorHeader/>
   1.142 -                <Signature/>
   1.143 -                <DeprecationInfo/>
   1.144 -                <ConstructorComments/>
   1.145 -                <TagInfo/>
   1.146 -                <ConstructorFooter/>
   1.147 -            </ConstructorDoc>
   1.148 -            <Footer/>
   1.149 -        </ConstructorDetails>
   1.150 -        <MethodDetails>
   1.151 -            <Header/>
   1.152 -            <MethodDoc>
   1.153 -                <MethodHeader/>
   1.154 -                <Signature/>
   1.155 -                <DeprecationInfo/>
   1.156 -                <MethodComments/>
   1.157 -                <TagInfo/>
   1.158 -                <MethodFooter/>
   1.159 -            </MethodDoc>
   1.160 -            <Footer/>
   1.161 -        </MethodDetails>
   1.162 -        <ClassFooter/>
   1.163 -    </ClassDoc>
   1.164 -    
   1.165 -    <ConstantSummary>
   1.166 -        <Header/>
   1.167 -        <Contents/>
   1.168 -        <ConstantSummaries>
   1.169 -            <PackageConstantSummary>
   1.170 -                <PackageHeader/>
   1.171 -                <ClassConstantSummary>
   1.172 -                    <ClassHeader/>
   1.173 -                    <ConstantMembers/>
   1.174 -                    <ClassFooter/>
   1.175 -                </ClassConstantSummary>     
   1.176 -            </PackageConstantSummary>
   1.177 -        </ConstantSummaries>    
   1.178 -        <Footer/>
   1.179 -    </ConstantSummary>
   1.180 -    
   1.181 -    <SerializedForm>
   1.182 -        <Header/>
   1.183 -        <SerializedFormSummaries>
   1.184 -            <PackageSerializedForm>
   1.185 -                <PackageHeader/>
   1.186 -                <ClassSerializedForm>
   1.187 -                    <ClassHeader/>
   1.188 -                    <SerialUIDInfo/>
   1.189 -                    <MethodHeader/>
   1.190 -                    <SerializableMethods>
   1.191 -                        <MethodSubHeader/>
   1.192 -                        <DeprecatedMethodInfo/>
   1.193 -                        <MethodInfo>
   1.194 -                            <MethodDescription/>
   1.195 -                            <MethodTags/>
   1.196 -                        </MethodInfo>
   1.197 -                        <MethodFooter/>
   1.198 -                    </SerializableMethods>
   1.199 -                    <FieldHeader/>
   1.200 -                    <SerializableFields>
   1.201 -                        <FieldSubHeader/>
   1.202 -                        <FieldDeprecationInfo/>
   1.203 -                        <FieldInfo/>
   1.204 -                        <FieldFooter/>
   1.205 -                    </SerializableFields>                  
   1.206 -                </ClassSerializedForm>
   1.207 -            </PackageSerializedForm>
   1.208 -        </SerializedFormSummaries>
   1.209 -        <Footer/>
   1.210 -    </SerializedForm>
   1.211 -</Doclet>
   1.212 + DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   1.213 +
   1.214 + This code is free software; you can redistribute it and/or modify it
   1.215 + under the terms of the GNU General Public License version 2 only, as
   1.216 + published by the Free Software Foundation.  Sun designates this
   1.217 + particular file as subject to the "Classpath" exception as provided
   1.218 + by Sun in the LICENSE file that accompanied this code.
   1.219 +
   1.220 + This code is distributed in the hope that it will be useful, but WITHOUT
   1.221 + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   1.222 + FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   1.223 + version 2 for more details (a copy is included in the LICENSE file that
   1.224 + accompanied this code).
   1.225 +
   1.226 + You should have received a copy of the GNU General Public License version
   1.227 + 2 along with this work; if not, write to the Free Software Foundation,
   1.228 + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   1.229 +
   1.230 + Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
   1.231 + CA 95054 USA or visit www.sun.com if you need additional information or
   1.232 + have any questions.
   1.233 +-->
   1.234 +
   1.235 +
   1.236 +<Doclet>
   1.237 +
   1.238 +    <PackageDoc>
   1.239 +        <PackageHeader/>
   1.240 +        <Summary>
   1.241 +            <SummaryHeader/>
   1.242 +            <InterfaceSummary/>
   1.243 +            <ClassSummary/>
   1.244 +            <EnumSummary/>
   1.245 +            <ExceptionSummary/>
   1.246 +            <ErrorSummary/>
   1.247 +            <AnnotationTypeSummary/>
   1.248 +            <SummaryFooter/>
   1.249 +        </Summary>
   1.250 +        <PackageDescription/>
   1.251 +        <PackageTags/>
   1.252 +        <PackageFooter/>
   1.253 +    </PackageDoc>
   1.254 +    
   1.255 +    <AnnotationTypeDoc>
   1.256 +        <AnnotationTypeHeader/>
   1.257 +        <DeprecationInfo/>
   1.258 +        <AnnotationTypeSignature/>
   1.259 +        <AnnotationTypeDescription/>
   1.260 +        <AnnotationTypeTagInfo/>
   1.261 +        <MemberSummary>
   1.262 +        	<AnnotationTypeRequiredMemberSummary/>
   1.263 +            <AnnotationTypeOptionalMemberSummary/>
   1.264 +        </MemberSummary>
   1.265 +        <AnnotationTypeRequiredMemberDetails>
   1.266 +            <Header/>
   1.267 +            <AnnotationTypeRequiredMember>
   1.268 +                <MemberHeader/>
   1.269 +                <Signature/>
   1.270 +                <DeprecationInfo/>
   1.271 +                <MemberComments/>
   1.272 +                <TagInfo/>
   1.273 +                <MemberFooter/>
   1.274 +            </AnnotationTypeRequiredMember>
   1.275 +        </AnnotationTypeRequiredMemberDetails>
   1.276 +        <AnnotationTypeOptionalMemberDetails>
   1.277 +            <AnnotationTypeOptionalMember>
   1.278 +                <MemberHeader/>
   1.279 +                <Signature/>
   1.280 +                <DeprecationInfo/>
   1.281 +                <MemberComments/>
   1.282 +                <TagInfo/>
   1.283 +                <DefaultValueInfo/>
   1.284 +                <MemberFooter/>
   1.285 +            </AnnotationTypeOptionalMember>
   1.286 +            <Footer/>
   1.287 +        </AnnotationTypeOptionalMemberDetails>        
   1.288 +        <AnnotationTypeFooter/>
   1.289 +    </AnnotationTypeDoc>
   1.290 +    
   1.291 +    <ClassDoc>
   1.292 +        <ClassHeader/>
   1.293 +        <ClassTree/>
   1.294 +        <TypeParamInfo/>
   1.295 +        <SuperInterfacesInfo/>
   1.296 +        <ImplementedInterfacesInfo/>        
   1.297 +        <SubClassInfo/>
   1.298 +        <SubInterfacesInfo/>
   1.299 +        <InterfaceUsageInfo/>
   1.300 +        <NestedClassInfo/>
   1.301 +        <DeprecationInfo/>
   1.302 +        <ClassSignature/>
   1.303 +        <ClassDescription/>
   1.304 +        <ClassTagInfo/>
   1.305 +        <MemberSummary>
   1.306 +            <NestedClassesSummary/>
   1.307 +            <NestedClassesInheritedSummary/>
   1.308 +            <EnumConstantsSummary/>
   1.309 +            <FieldsSummary/>
   1.310 +            <FieldsInheritedSummary/>  
   1.311 +            <ConstructorsSummary/>
   1.312 +            <MethodsSummary/>
   1.313 +            <MethodsInheritedSummary/>
   1.314 +        </MemberSummary>
   1.315 +        <EnumConstantsDetails>
   1.316 +            <Header/>
   1.317 +            <EnumConstant>
   1.318 +                <EnumConstantHeader/>
   1.319 +                <Signature/>
   1.320 +                <DeprecationInfo/>
   1.321 +                <EnumConstantComments/>
   1.322 +                <TagInfo/>
   1.323 +                <EnumConstantFooter/>
   1.324 +            </EnumConstant>
   1.325 +            <Footer/>
   1.326 +        </EnumConstantsDetails>
   1.327 +        <FieldDetails>
   1.328 +            <Header/>
   1.329 +            <FieldDoc>
   1.330 +                <FieldHeader/>
   1.331 +                <Signature/>
   1.332 +                <DeprecationInfo/>
   1.333 +                <FieldComments/>
   1.334 +                <TagInfo/>
   1.335 +                <FieldFooter/>
   1.336 +            </FieldDoc>
   1.337 +            <Footer/>
   1.338 +        </FieldDetails>
   1.339 +        <ConstructorDetails>
   1.340 +            <Header/>
   1.341 +            <ConstructorDoc>
   1.342 +                <ConstructorHeader/>
   1.343 +                <Signature/>
   1.344 +                <DeprecationInfo/>
   1.345 +                <ConstructorComments/>
   1.346 +                <TagInfo/>
   1.347 +                <ConstructorFooter/>
   1.348 +            </ConstructorDoc>
   1.349 +            <Footer/>
   1.350 +        </ConstructorDetails>
   1.351 +        <MethodDetails>
   1.352 +            <Header/>
   1.353 +            <MethodDoc>
   1.354 +                <MethodHeader/>
   1.355 +                <Signature/>
   1.356 +                <DeprecationInfo/>
   1.357 +                <MethodComments/>
   1.358 +                <TagInfo/>
   1.359 +                <MethodFooter/>
   1.360 +            </MethodDoc>
   1.361 +            <Footer/>
   1.362 +        </MethodDetails>
   1.363 +        <ClassFooter/>
   1.364 +    </ClassDoc>
   1.365 +    
   1.366 +    <ConstantSummary>
   1.367 +        <Header/>
   1.368 +        <Contents/>
   1.369 +        <ConstantSummaries>
   1.370 +            <PackageConstantSummary>
   1.371 +                <PackageHeader/>
   1.372 +                <ClassConstantSummary>
   1.373 +                    <ClassHeader/>
   1.374 +                    <ConstantMembers/>
   1.375 +                    <ClassFooter/>
   1.376 +                </ClassConstantSummary>     
   1.377 +            </PackageConstantSummary>
   1.378 +        </ConstantSummaries>    
   1.379 +        <Footer/>
   1.380 +    </ConstantSummary>
   1.381 +    
   1.382 +    <SerializedForm>
   1.383 +        <Header/>
   1.384 +        <SerializedFormSummaries>
   1.385 +            <PackageSerializedForm>
   1.386 +                <PackageHeader/>
   1.387 +                <ClassSerializedForm>
   1.388 +                    <ClassHeader/>
   1.389 +                    <SerialUIDInfo/>
   1.390 +                    <MethodHeader/>
   1.391 +                    <SerializableMethods>
   1.392 +                        <MethodSubHeader/>
   1.393 +                        <DeprecatedMethodInfo/>
   1.394 +                        <MethodInfo>
   1.395 +                            <MethodDescription/>
   1.396 +                            <MethodTags/>
   1.397 +                        </MethodInfo>
   1.398 +                        <MethodFooter/>
   1.399 +                    </SerializableMethods>
   1.400 +                    <FieldHeader/>
   1.401 +                    <SerializableFields>
   1.402 +                        <FieldSubHeader/>
   1.403 +                        <FieldDeprecationInfo/>
   1.404 +                        <FieldInfo/>
   1.405 +                        <FieldSubFooter/>
   1.406 +                    </SerializableFields>
   1.407 +                </ClassSerializedForm>
   1.408 +            </PackageSerializedForm>
   1.409 +        </SerializedFormSummaries>
   1.410 +        <Footer/>
   1.411 +    </SerializedForm>
   1.412 +</Doclet>

mercurial