docs: Fix reference to "bold" part of code example.
authorSean Silva <silvas@purdue.edu>
Mon, 19 Nov 2012 21:18:50 +0000 (21:18 +0000)
committerSean Silva <silvas@purdue.edu>
Mon, 19 Nov 2012 21:18:50 +0000 (21:18 +0000)
commit2d4a477b48d75b349e0834b6dacbb6fa3aaf87f9
tree43521d8c617db9b1d4553c30d8d25683a4cab783
parent239938ff77ef43c753881b030438f89a3dfc72c4
docs: Fix reference to "bold" part of code example.

Fixes PR14380.

The prose was referring to a "bold" part of the code example, where the
boldness was lost in the transition from HTML. Unlike HTML, where one
can easily have a <b> inside a <pre>, reStructuredText is generally
unable to represent such nested markup.

Hack around it with the :emphasise-lines: option to the  code-block
directive to single out the regions instead. Thankfully the regions are
close-enough to being full lines for this to work.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168329 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CodeGenerator.rst