mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
Geometry: removed maually written reference.qbk which now is generated by xsltproc using reference.xsl sheet.
[SVN r60333]
This commit is contained in:
parent
48937ecb80
commit
99e5905bc2
@ -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");
|
||||
|
@ -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]
|
Loading…
x
Reference in New Issue
Block a user