Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65275 - sandbox/geometry/libs/geometry/doc/qbk
From: barend.gehrels_at_[hidden]
Date: 2010-09-04 13:48:19


Author: barendgehrels
Date: 2010-09-04 13:48:17 EDT (Sat, 04 Sep 2010)
New Revision: 65275
URL: http://svn.boost.org/trac/boost/changeset/65275

Log:
Added compilation instructions
Text files modified:
   sandbox/geometry/libs/geometry/doc/qbk/readme.txt | 23 +++++++++++++++++++++--
   1 files changed, 21 insertions(+), 2 deletions(-)

Modified: sandbox/geometry/libs/geometry/doc/qbk/readme.txt
==============================================================================
--- sandbox/geometry/libs/geometry/doc/qbk/readme.txt (original)
+++ sandbox/geometry/libs/geometry/doc/qbk/readme.txt 2010-09-04 13:48:17 EDT (Sat, 04 Sep 2010)
@@ -1,4 +1,14 @@
-To generate it, simulate as if it is already in Boost.Trunk,
+===========================================================================
+ Copyright (c) 1995-2010 Barend Gehrels, Geodan, Amsterdam, the Netherlands.
+ Copyright (c) 2008-2010 Bruno Lalande, Paris, France.
+ Copyright (c) 2009-2010 Mateusz Loskot (mateusz_at_[hidden]), London, UK
+
+ Use, modification and distribution is subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt)
+============================================================================
+
+To generate the documentation, simulate as if it is already in Boost.Trunk,
 by adding boostbook.dtd and html/callouts/etc,
 
 So folder structure should be like
@@ -6,9 +16,18 @@
 .../boost/sandbox/geometry/boost [normal]
 .../boost/sandbox/geometry/libs [normal]
 .../boost/sandbox/geometry/other [normal]
+
 .../boost/sandbox/geometry/libs/doc/html/images/* [copy files from boost trunk]
 .../boost/sandbox/geometry/libs/doc/html/images/callouts/* [copy files from boost trunk]
 .../boost/sandbox/geometry/tools/boostbook/dtd/boostbook.dtd [copy file from boost trunk]
 
 

-- 
\ No newline at end of file
+Procedure to create documentation using Doxygen, QuickBook and doxygen_xml2qbk
+
+1) install Doxygen
+2) install QuickBook using http://www.boost.org/doc/libs/1_44_0/doc/html/quickbook/install.html#quickbook.install.linux
+3) compile doxygen_xml2qbk, in .../boost/sandbox/geometry/other/programs/doxygen_xml2qbk
+4) put binary somewhere, e.g. in /usr/local/bin/doxygen_xml2qbk
+5) execute the batchfile or shellscript
+
+- 

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