Community
Participate
Working Groups
When I attempt to display our jsdoc within an Eclipse help infocenter, there are errors because our jsdoc HTML files are malformed. Specifically, jsdoc produces XHTML: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> However we have various <br> tags in our source code. In XHTML this must be <br/>.
We could attempt to modify the jsdoc templates to produce HTML5 output, but I think changing the <br> tags is easier.
Fix released. I will verify in the next build.