![]() | |
| |||||||
| Home | Register | Blogs | FAQ | Members List | Calendar | Downloads | Arcade | Mark Forums Read |
| Languages, Compilers and Interpreters C,C++,C#,.NET,Java,PHP,Perl,SQL and more |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 |
| Дошкольник Join Date: Aug 2004 Location: Oxford
Posts: 141
Rep Power: 5 Reputation:
10 | 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? |
| | |