Doxygen warnings cleanup

- Remove unused warnings.
- Refactor some warnings.
- Document all Doxygen warnings.
This commit is contained in:
William S Fulton 2018-06-05 18:40:30 +01:00
commit 396910c100
4 changed files with 40 additions and 30 deletions

View file

@ -506,7 +506,7 @@ example.i(4) : Syntax error in input(1).
<H3><a name="Warnings_nn14">17.9.5 Code generation (500-599)</a></H3>
<H3><a name="Warnings_nn14">17.9.5 Code generation (500-559)</a></H3>
<ul>
@ -535,6 +535,16 @@ example.i(4) : Syntax error in input(1).
<li>523. Use of an illegal destructor name '<em>name</em>' in %extend is deprecated, the destructor name should be '<em>name</em>'.
</ul>
<H3><a name="Warnings_doxygen">Doxygen comments (560-599)</a></H3>
<ul>
<li>560: Unknown Doxygen command: <em>command</em>.</li>
<li>561: Unexpected end of Doxygen comment encountered.</li>
<li>562: Expected Doxygen command: <em>command</em></li>
<li>563: Doxygen HTML error for tag <em>tag</em>: <em>error text</em>.</li>
<li>564: Error parsing Doxygen command <em>command</em>: <em>error text</em>. Command ignored."</li>
</ul>
<H3><a name="Warnings_nn15">17.9.6 Language module specific (700-899) </a></H3>