$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r72823 - trunk/tools/quickbook/doc
From: dnljms_at_[hidden]
Date: 2011-06-30 16:27:02
Author: danieljames
Date: 2011-06-30 16:27:02 EDT (Thu, 30 Jun 2011)
New Revision: 72823
URL: http://svn.boost.org/trac/boost/changeset/72823
Log:
Quickbook: Avoid expanding __FILENAME__.
Text files modified: 
   trunk/tools/quickbook/doc/quickbook.qbk |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/quickbook/doc/quickbook.qbk
==============================================================================
--- trunk/tools/quickbook/doc/quickbook.qbk	(original)
+++ trunk/tools/quickbook/doc/quickbook.qbk	2011-06-30 16:27:02 EDT (Thu, 30 Jun 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.