commit | 9ebbfca93fd98e31d2dbc2bddffcc4624df516dc | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Mon Sep 12 16:44:33 2016 -0700 |
committer | Jason Evans <jasone@canonware.com> | Mon Sep 12 16:44:33 2016 -0700 |
tree | 1dea9475e93a10bea523f42a370239ca150b7a9a | |
parent | 3de035335255d553bdb344c32ffdb603816195d8 [diff] |
Change html manual encoding to UTF-8. This works around GitHub's broken automatic reformatting from ISO-8859-1 to UTF-8 when serving static html. Remove <parameter/> from e.g. <function>malloc<parameter/></function>, add a custom template that does not append parentheses, and manually specify them, e.g. <function>malloc()</function>. This works around apparently broken XSL formatting that causes <code/> to be emitted in html (rather than <code></code>, or better yet, nothing).