fixed bug with autodoc, manual updated with table description and tests description
This commit is contained in:
parent
b5dea7456b
commit
9cd379b800
3 changed files with 52 additions and 8 deletions
|
|
@ -182,10 +182,10 @@ int function(int a, float b)
|
|||
*
|
||||
* <table border = '1'>
|
||||
* <caption>Animals</caption>
|
||||
<tr><th> Column 1 </th><th> Column 2 </th></tr>
|
||||
<tr><td> cow </td><td> dog </td></tr>
|
||||
<tr><td> cat </td><td> mouse </td></tr>
|
||||
<tr><td> horse </td><td> parrot </td></tr>
|
||||
* <tr><th> Column 1 </th><th> Column 2 </th></tr>
|
||||
* <tr><td> cow </td><td> dog </td></tr>
|
||||
* <tr><td> cat </td><td> mouse </td></tr>
|
||||
* <tr><td> horse </td><td> parrot </td></tr>
|
||||
* </table>
|
||||
*
|
||||
* <TT>Starts a piece of text displayed in a typewriter font.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue