https://issues.apache.org/bugzilla/show_bug.cgi?id=54731
Dominik Stadler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Dominik Stadler <[email protected]> --- Created attachment 30326 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30326&action=edit A small patch which fixes the problem with tables and a few other smaller javadoc-issues The problem is caused by tables when no leading text is available. The JDK javadoc tools seems to try to include the table-html into the short excerpt for the method-list and fails miserably, thus breaking the whole layout. IMHO a bug in javadoc itself. The same happens for AreaReference, Besides this I could not find other occurrences of this. The attached patch fixes this and a few other smaller problems with javadoc. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
