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

@@ -139,7 +139,7 @@
should ensure that it references the managed implementation of the
<classname>ConnectionFactory</classname>.</para>
<section>
<section id="jms-caching-resources">
<title>Caching Messaging Resources</title>
<para>The standard API involves creating many intermediate objects. To
@@ -153,7 +153,7 @@
IConnectionFactory are provided.</para>
</section>
<section>
<section id="jms-connection-factory">
<title>SingleConnectionFactory</title>
<para>Spring provides an implementation of the
@@ -170,7 +170,7 @@
from JNDI.</para>
</section>
<section>
<section id="jdbc-connection-factory-caching">
<title>CachingConnectionFactory</title>
<para>The <classname>CachingConnectionFactory</classname> extends the