Go Back   Armenian Knowledge Base > Technical sections > Languages, Compilers, Interpreters

Reply
 
Thread Tools

HTML tables for "throws"
Old 08.08.2005, 14:31   #1
Дошкольник
 
Join Date: 08 2004
Location: Oxford
Age: 46
Posts: 141
Rep Power: 0
Default HTML tables for "throws"

The JBuilder's Javadoc generator doesn't generate HTML tables for the exceptions, though it does for the return values. E. g., this code doesn't work:

* @throws <table border="1">
* <tr>
* <td>...</td>
* <td>...</td>
* </tr>
* </table>

Whereas this one does:


* @return <table border="1">
* <tr>
* <td>...</td>
* <td>...</td>
* </tr>
* </table>

Is that the JavaDoc sdandard or just a JBuilder's bug?
Reply




Реклама:
реклама
Buy text link .

All times are GMT. The time now is 13:09.
Top

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.