mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-09 11:12:21 +00:00
=========================================================================== 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@loskot.net), 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) ============================================================================ 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 python file "make_qbk.py" (calling doxygen, doxygen_xml2qbk, bjam) Folders in this folder: doxy: folders and files needed for doxygen input and output other: older documentation (subject to update or deletion) snippets: code snippets (might be renamed to examples and contain fully runnable examples) reference: contains generated QBK files (by doxygen_xml2qbk) html: contains generated HTML files