mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-27 19:12:17 +00:00
Quickbook: Clean up whitespace prior to programlisting.
[SVN r75223]
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="c___code_blocks" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>C++ Code Blocks</title>
|
||||
<title>C++ Code Blocks</title>
|
||||
<programlisting><phrase role="comment">// No escape</phrase>
|
||||
<phrase role="comment">/* No escape */</phrase>
|
||||
<phrase role="comment">/* No escape
|
||||
@@ -17,13 +17,11 @@
|
||||
<para>
|
||||
A badly formed comment:
|
||||
</para>
|
||||
|
||||
<programlisting><phrase role="comment">/* Oh dear
|
||||
</phrase></programlisting>
|
||||
<para>
|
||||
A badly formed comment with an escape:
|
||||
</para>
|
||||
|
||||
<programlisting><phrase role="comment">/* Oh dear <emphasis role="bold">bold</emphasis>
|
||||
</phrase></programlisting>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user