markok314: fixed section numbering because of inserted Doxygen troubleshooting section

This commit is contained in:
Marko Klopcic 2019-04-23 12:24:12 +02:00
commit 453fe4cda8

View file

@ -1635,7 +1635,7 @@ Here is the list of these tags:
TO BE ADDED.
</p>
<H2><a name="Doxygen_troubleshooting">17.4 Troubleshooting</a></H2>
<H2><a name="Doxygen_troubleshooting">17.5 Troubleshooting</a></H2>
<p>
@ -1657,7 +1657,7 @@ include the switch and fix problems with Doxygen comments.
</p>
<H3><a name="troubleshooting_ifndef">17.3.1 Problem with conditional compilation</a></H3>
<H3><a name="troubleshooting_ifndef">17.5.1 Problem with conditional compilation</a></H3>
<p>
@ -1697,14 +1697,14 @@ class A {
</pre></div>
<H2><a name="Doxygen_developer_details">17.5 Developer information</a></H2>
<H2><a name="Doxygen_developer_details">17.6 Developer information</a></H2>
<p>
This section contains information for developers enhancing the Doxygen translator.
</p>
<H3><a name="Doxygen_translator_design">17.5.1 Doxygen translator design</a></H3>
<H3><a name="Doxygen_translator_design">17.6.1 Doxygen translator design</a></H3>
<p>
@ -1730,7 +1730,7 @@ class for translation into the target documentation language. For
example, <tt>JavaDocConverter</tt> is the Javadoc module class.
</p>
<H3><a name="Doxygen_debugging_commands">17.5.2 Debugging the Doxygen parser and translator</a></H3>
<H3><a name="Doxygen_debugging_commands">17.6.2 Debugging the Doxygen parser and translator</a></H3>
<p>
@ -1743,7 +1743,7 @@ detailed debug information printing.
-debug-doxygen-translator - Display Doxygen translator module debugging information
</pre></div>
<H3><a name="Doxygen_tests">17.5.3 Tests</a></H3>
<H3><a name="Doxygen_tests">17.6.3 Tests</a></H3>
<p>
@ -1795,7 +1795,7 @@ Runtime tests in Python are just plain string comparisons of the __doc__
properties.
</p>
<H2><a name="Doxygen_language_extension">17.6 Extending to other languages</a></H2>
<H2><a name="Doxygen_language_extension">17.7 Extending to other languages</a></H2>
<p>