Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85328 - trunk/tools/quickbook/doc
From: dnljms_at_[hidden]
Date: 2013-08-12 17:42:20


Author: danieljames
Date: 2013-08-12 17:42:20 EDT (Mon, 12 Aug 2013)
New Revision: 85328
URL: http://svn.boost.org/trac/boost/changeset/85328

Log:
Remove incorrect note about document id.

The document id has never been generated from the filename. It comes
from the docinfo `id` attribute, or if that doesn't exist, it's
generated from the document title. Although, thanks to bugs, it's a bit
more complicated than that.

Text files modified:
   trunk/tools/quickbook/doc/block.qbk | 4 +---
   1 files changed, 1 insertions(+), 3 deletions(-)

Modified: trunk/tools/quickbook/doc/block.qbk
==============================================================================
--- trunk/tools/quickbook/doc/block.qbk Mon Aug 12 17:42:01 2013 (r85327)
+++ trunk/tools/quickbook/doc/block.qbk 2013-08-12 17:42:20 EDT (Mon, 12 Aug 2013) (r85328)
@@ -973,9 +973,7 @@
 * Any macros defined in the included file are scoped to that file.
 
 The [^\[include\]] directive lets you specify a document id to use for the
-included file. When this id is not explicitly specified, the id defaults to
-the filename ("someother", in the example above). You can specify the id
-like this:
+included file. You can specify the id like this:
 
 ```
 [include:someid someother.qbk]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk