]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/doc/doxy/make_documentation.bat
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / geometry / doc / doxy / make_documentation.bat
1 :: ===========================================================================
2 :: Copyright (c) 2010 Barend Gehrels, Amsterdam, the Netherlands.
3 ::
4 :: Use, modification and distribution is subject to the Boost Software License,
5 :: Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
6 :: http://www.boost.org/LICENSE_1_0.txt)9
7 :: ============================================================================
8
9 @echo off
10
11 doxygen
12
13 cd doxygen_output\html
14
15 for %%f in (*.html) do ..\..\doxygen_enhance.py %%f
16
17 cd ..\..