Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 489 by [email protected]: libdoc.py must filter <pre>-Tags in JavaDoc
http://code.google.com/p/robotframework/issues/detail?id=489 Hi, libdoc.py should filter any <pre>-Tags in JavaDoc documentation of keyword libraries written in Java. Background for this is that there must be a certain formatting for libdoc.py to get for example nice looking tables. But this formatting is easily destroyed by Eclipse's code-formatting, which is used quite often. The <pre>-Tags can be used to tell Eclipse to ignore certain parts of the Javadoc for formatting. There are other ways telling Eclipse not to format Javadoc, but this is not very safe, especially when new members join working on a project. Maybe a "quick & dirty" solution could be to at least ignore any lines containing * <pre> * </pre> with any combination of additional whitespaces. Thanks & Cheers - Thomas -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
