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

Sun, 24 Feb 2013 11:36:58 -0800

author
jjg
date
Sun, 24 Feb 2013 11:36:58 -0800
changeset 1606
ccbe7ffdd867
parent 1568
5f0731e4e5e6
child 2035
a2a5ad0853ed
permissions
-rw-r--r--

7112427: The doclet needs to be able to generate JavaFX documentation.
Reviewed-by: jjg
Contributed-by: jan.valenta@oracle.com

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

mercurial