Geometry: removed maually written reference.qbk which now is generated by xsltproc using reference.xsl sheet.

[SVN r60333]
This commit is contained in:
Mateusz Loskot 2010-03-07 23:51:28 +00:00
parent 48937ecb80
commit 99e5905bc2
2 changed files with 1 additions and 30 deletions

View File

@ -11,12 +11,7 @@ system("doxygen reference.doxygen");
chdir("xml");
system("xsltproc combine.xslt index.xml > all.xml");
chdir("..");
system("xsltproc reference.xsl xml/all.xml > reference2.qbk");
system("xsltproc reference.xsl xml/all.xml > reference.qbk");
#system("rm -rf xml");
#system("doxygen tutorial.dox");
#chdir("xml");
#system("xsltproc combine.xslt index.xml > all.xml");
#chdir("..");
#system("xsltproc tutorial.xsl xml/all.xml > tutorial.qbk");
#system("rm -rf xml reference.tags");

View File

@ -1,24 +0,0 @@
[/==============================================================================
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)
===============================================================================/]
[section Reference]
['TODO: full reference starts here...]
[include geometries.qbk]
[xinclude access_reference.xml]
[include cs.qbk]
[include algorithms.qbk]
[include arithmetic.qbk]
[include strategies.qbk]
[include iterators.qbk]
[include utilities.qbk]
['TODO: end of full reference...]
[endsect] [/ end of section Reference]