Update of /cvsroot/boost/boost/tools/quickbook/doc/html/quickbook/syntax
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25593/doc/html/quickbook/syntax
Modified Files:
block.html
Log Message:
fix variablelist bug not accepting paragraphs
Index: block.html
===================================================================
RCS file:
/cvsroot/boost/boost/tools/quickbook/doc/html/quickbook/syntax/block.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- block.html 29 Jul 2007 23:45:43 -0000 1.45
+++ block.html 31 Jul 2007 01:46:08 -0000 1.46
@@ -876,7 +876,7 @@
</td>
<td>
<p>
- 2007-Jul-30
+ 2007-Jul-31
</p>
</td>
</tr>
@@ -893,7 +893,7 @@
</td>
<td>
<p>
- 07:44:40 AM
+ 09:38:44 AM
</p>
</td>
</tr>
@@ -1528,7 +1528,11 @@
<pre class="programlisting">[variablelist A Variable List
[[term 1] [The definition of term 1]]
[[term 2] [The definition of term 2]]
- [[term 3] [The definition of term 3]]
+ [[term 3] [
+ The definition of term 3.
+
+ Definitions may contain paragraphs.
+ ]]
]
</pre>
<p>
@@ -1538,17 +1542,22 @@
<p class="title"><b>A Variable List</b></p>
<dl>
<dt><span class="term">term 1</span></dt>
-<dd>
- The definition of term 1
- </dd>
+<dd><p>
+ The definition of term 1
+ </p></dd>
<dt><span class="term">term 2</span></dt>
-<dd>
- The definition of term 2
- </dd>
+<dd><p>
+ The definition of term 2
+ </p></dd>
<dt><span class="term">term 3</span></dt>
<dd>
- The definition of term 3
- </dd>
+<p>
+ The definition of term 3.
+ </p>
+<p>
+ Definitions may contain paragraphs.
+ </p>
+</dd>
</dl>
</div>
<p>
@@ -1609,7 +1618,7 @@
QuickBook's import facility provides a nice solution.
</p>
<a name="quickbook.syntax.block.import.example"></a><h5>
-<a name="id461978"></a>
+<a name="id461995"></a>
<a
href="block.html#quickbook.syntax.block.import.example">Example</a>
</h5>
<p>
@@ -1716,7 +1725,7 @@
<p>
</p>
<a name="quickbook.syntax.block.import.code_snippet_markup"></a><h5>
-<a name="id462291"></a>
+<a name="id462308"></a>
<a
href="block.html#quickbook.syntax.block.import.code_snippet_markup">Code
Snippet Markup</a>
</h5>
@@ -1737,7 +1746,7 @@
This too will not be visible in quickbook.
</p>
<a name="quickbook.syntax.block.import.special_comments"></a><h5>
-<a name="id462417"></a>
+<a name="id462433"></a>
<a
href="block.html#quickbook.syntax.block.import.special_comments">Special
Comments</a>
</h5>
@@ -1779,7 +1788,7 @@
between the delimeters will simply be ignored.
</p>
<a name="quickbook.syntax.block.import.callouts"></a><h5>
-<a name="id462565"></a>
+<a name="id462582"></a>
<a
href="block.html#quickbook.syntax.block.import.callouts">Callouts</a>
</h5>
<p>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs