Skip to content

Commit 9ab886f

Browse files
author
Phillip Webb
committed
Consistent javadoc "code" block formatting
Update javadoc to consistently use the "code" style with <pre> blocks. Also include the latest spring-javadoc.css formatting file. Fixes spring-projectsgh-332
1 parent b21f56a commit 9ab886f

File tree

7 files changed

+618
-13
lines changed

7 files changed

+618
-13
lines changed

spring-boot-docs/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@
5656
<dependencySourceInclude>${project.groupId}:*</dependencySourceInclude>
5757
</dependencySourceIncludes>
5858
<attach>false</attach>
59+
<quiet>true</quiet>
60+
<stylesheetfile>${basedir}/src/main/javadoc/spring-javadoc.css</stylesheetfile>
61+
<links>
62+
<link>http://docs.spring.io/spring-framework/docs/4.0.x/javadoc-api/</link>
63+
<link>http://docs.oracle.com/javase/7/docs/api/</link>
64+
</links>
5965
</configuration>
6066
</execution>
6167
</executions>

0 commit comments

Comments
 (0)