GitHub user captncraig opened a pull request: https://github.com/apache/thrift/pull/266
THRIFT-2824 https://issues.apache.org/jira/browse/THRIFT-2824 We use the html generator to create and publish documentation for our services. We primarily use the program level doctext to insert html documentation for the entire service. We would like to add richer content up top, but are limited by the escaping performed by the html generator on doctexts. This patch adds the "noescape" flag to simply render doctexts as-is. You can merge this pull request into a Git repository by running: $ git pull https://github.com/captncraig/thrift unsafe-html Alternatively you can review and apply these changes as the patch at: https://github.com/apache/thrift/pull/266.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #266 ---- commit 0df9592deb6dce477600f923745d6cdb113592ae Author: Craig Peterson <cpeter...@ancestry.com> Date: 2014-11-14T19:12:49Z adding flag to allow unescaped html in doectexts ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---