aboutsummaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorMarko Klopcic <marko.klopcic@isystem.si>2019-04-23 12:24:12 +0200
committerMarko Klopcic <marko.klopcic@isystem.si>2019-04-23 12:24:12 +0200
commit453fe4cda84e99bb109c4a666c9ef2dd939ee371 (patch)
treeede235223045fe9ae9827bade85032a25c11d9a3 /Doc
parent57965e29f6bcafeefbb80cf600692accaeb112d3 (diff)
downloadswig-453fe4cda84e99bb109c4a666c9ef2dd939ee371.tar.gz
markok314: fixed section numbering because of inserted Doxygen troubleshooting section
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Doxygen.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/Doc/Manual/Doxygen.html b/Doc/Manual/Doxygen.html
index 67fe340d7..3863aaa92 100644
--- a/Doc/Manual/Doxygen.html
+++ b/Doc/Manual/Doxygen.html
@@ -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>