Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-03-27 19:01:40


Author: danieljames
Date: 2008-03-27 19:01:40 EDT (Thu, 27 Mar 2008)
New Revision: 43890
URL: http://svn.boost.org/trac/boost/changeset/43890

Log:
Starting to add a docbook bibliography.
Added:
   branches/unordered/trunk/libs/unordered/doc/bibliography.xml (contents, props changed)
Text files modified:
   branches/unordered/trunk/libs/unordered/doc/unordered.qbk | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Added: branches/unordered/trunk/libs/unordered/doc/bibliography.xml
==============================================================================
--- (empty file)
+++ branches/unordered/trunk/libs/unordered/doc/bibliography.xml 2008-03-27 19:01:40 EDT (Thu, 27 Mar 2008)
@@ -0,0 +1,21 @@
+<section id="unordered.bibliography" label="Bibliography">
+<bibliography>
+ <title>Bibliography</title>
+ <biblioentry>
+ <biblioset relation="journal">
+ <title>C/C++ Users Journal</title>
+ <date>February, 2006</date>
+ </biblioset>
+ <biblioset relation="article">
+ <authorgroup>
+ <author>
+ <firstname>Pete</firstname>
+ <surname>Becker</surname>
+ </author>
+ </authorgroup>
+ <title><ulink url="http://www.ddj.com/cpp/184402066">STL and TR1: Part III - Unordered containers</ulink></title>
+ </biblioset>
+ <para>An introducation to the standard unordered containers.</para>
+ </biblioentry>
+</bibliography>
+</section>

Modified: branches/unordered/trunk/libs/unordered/doc/unordered.qbk
==============================================================================
--- branches/unordered/trunk/libs/unordered/doc/unordered.qbk (original)
+++ branches/unordered/trunk/libs/unordered/doc/unordered.qbk 2008-03-27 19:01:40 EDT (Thu, 27 Mar 2008)
@@ -22,5 +22,5 @@
 [include:unordered hash_equality.qbk]
 [include:unordered comparison.qbk]
 [include:unordered rationale.qbk]
-
 [xinclude ref.xml]
+[xinclude bibliography.xml]


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