Add missing section ids in reference documentation

Add missing id attributes to <section> elements in the reference
documentation to ensure stable anchor links in HTML output.

Issue: SPR-9410
Backport-Issue: SPR-9346
Backport-Commit: 2a75c57d3c
This commit is contained in:
Oliver Gierke
2012-05-15 11:48:14 +02:00
committed by Chris Beams
parent 1380d053c4
commit 9ca407d55e
13 changed files with 86 additions and 86 deletions

View File

@@ -403,7 +403,7 @@ public class AppConfig {
<literal>AnnotationConfigApplicationContext</literal>.</para>
</section>
<section>
<section id="new-bean-metadata-in-components">
<title>Defining bean metadata within components</title>
<para><literal>@Bean</literal> annotated methods are also supported
@@ -447,7 +447,7 @@ public class AppConfig {
building RESTful web services and web applications. There are also some
new annotations that can be used in any web application.</para>
<section>
<section id="new-feature-rest-support">
<title>Comprehensive REST support</title>
<para>Server-side support for building RESTful applications has been
@@ -470,7 +470,7 @@ public class AppConfig {
information.</para>
</section>
<section>
<section id="new-feature-at-mvc">
<title>@MVC additions</title>
<para>A <literal>mvc</literal> namespace has been introduced that greatly simplifies Spring MVC configuration.</para>