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-9346
This commit is contained in:
committed by
Chris Beams
parent
1d0e484eac
commit
2a75c57d3c
@@ -140,7 +140,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
|
||||
@@ -154,7 +154,7 @@
|
||||
IConnectionFactory are provided.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section id="jms-connection-factory">
|
||||
<title>SingleConnectionFactory</title>
|
||||
|
||||
<para>Spring provides an implementation of the
|
||||
@@ -171,7 +171,7 @@
|
||||
from JNDI.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section id="jdbc-connection-factory-caching">
|
||||
<title>CachingConnectionFactory</title>
|
||||
|
||||
<para>The <classname>CachingConnectionFactory</classname> extends the
|
||||
|
||||
Reference in New Issue
Block a user