File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License").
5
+ * You may not use this file except in compliance with the License.
6
+ * A copy of the License is located at
7
+ *
8
+ * http://aws.amazon.com/apache2.0
9
+ *
10
+ * or in the "license" file accompanying this file. This file is distributed
11
+ * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12
+ * express or implied. See the License for the specific language governing
13
+ * permissions and limitations under the License.
14
+ */
15
+
16
+ a : link {
17
+ font-weight : bold;
18
+ }
Original file line number Diff line number Diff line change 172
172
173
173
<skip .unit.tests>${skipTests} </skip .unit.tests>
174
174
<integTestSourceDirectory >${project.basedir}/src/it/java</integTestSourceDirectory >
175
+ <javadoc .resourcesDir>${session.executionRootDirectory} </javadoc .resourcesDir>
175
176
</properties >
176
177
177
178
<dependencyManagement >
1016
1017
<doctitle >AWS SDK for Java API Reference - ${awsjavasdk.version} </doctitle >
1017
1018
<packagesheader >AWS SDK for Java</packagesheader >
1018
1019
<excludePackageNames >:*.codegen:software.amazon.awssdk.services.protocol*</excludePackageNames >
1020
+ <docfilessubdirs >true</docfilessubdirs >
1021
+ <javadocDirectory >${javadoc.resourcesDir} /javadoc-resources</javadocDirectory >
1022
+ <addStylesheets >
1023
+ <addStylesheet >aws-sdk-java-v2-javadoc.css</addStylesheet >
1024
+ </addStylesheets >
1019
1025
<groups >
1020
1026
<group >
1021
1027
<title >Greengrass</title >
You can’t perform that action at this time.
0 commit comments