$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r72860 - in branches/release/tools/quickbook: . doc src test
From: dnljms_at_[hidden]
Date: 2011-07-02 16:25:12
Author: danieljames
Date: 2011-07-02 16:25:10 EDT (Sat, 02 Jul 2011)
New Revision: 72860
URL: http://svn.boost.org/trac/boost/changeset/72860
Log:
Quickbook: Merge documentation fix.
Authorized by Beman.
Properties modified: 
   branches/release/tools/quickbook/   (props changed)
   branches/release/tools/quickbook/doc/   (props changed)
   branches/release/tools/quickbook/src/   (props changed)
   branches/release/tools/quickbook/test/   (props changed)
Text files modified: 
   branches/release/tools/quickbook/doc/quickbook.qbk |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/tools/quickbook/doc/quickbook.qbk
==============================================================================
--- branches/release/tools/quickbook/doc/quickbook.qbk	(original)
+++ branches/release/tools/quickbook/doc/quickbook.qbk	2011-07-02 16:25:10 EDT (Sat, 02 Jul 2011)
@@ -284,7 +284,7 @@
 * Go back to using invalid markup for lists. It generates better html.
 * Better anchor placement for lists.
 * Pass-thru comments in code snippets.
-* Use relative paths for `__FILENAME__` macro.
+* Use relative paths for '''<code>__FILENAME__</code>''' macro.
 * Rewrite xinclude path generator so that it doesn't use deprecated
   filesystem functions.
 * Allow quickbook escapes inside comments in syntax highlighted code.