summaryrefslogtreecommitdiff
path: root/libs/geometry/doc/doxy/make_documentation.bat
blob: bdb6d8feb1df01967d047e04d4c23e41c00eea46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
:: ===========================================================================
::  Copyright (c) 2010 Barend Gehrels, Amsterdam, the Netherlands.
:: 
::  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)9
:: ============================================================================

@echo off

doxygen

cd doxygen_output\html

for %%f in (*.html) do ..\..\doxygen_enhance.py %%f 

cd ..\..