Doxygen warnings cleanup
- Remove unused warnings. - Refactor some warnings. - Document all Doxygen warnings.
This commit is contained in:
parent
15f16155f2
commit
396910c100
4 changed files with 40 additions and 30 deletions
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue