Comment #2 on issue 489 by pekka.klarck: libdoc.py must filter <pre>-Tags in JavaDoc
http://code.google.com/p/robotframework/issues/detail?id=489
Thomas, any comments for making it possible to use HTML in the documentation?
Just removing some tags feels a bit arbitrary in libdoc.py itself. It might be a better idea to do that as a separate step before running libdoc.py. Something this
ought to be enough: sed -i 's|</*pre>||g' -- 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
