fixed bug with autodoc, manual updated with table description and tests description

This commit is contained in:
Marko Klopcic 2013-02-21 22:50:15 +01:00
commit 9cd379b800
3 changed files with 52 additions and 8 deletions

View file

@ -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.