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 11doxygen 12 13cd doxygen_output\html 14 15for %%f in (*.html) do ..\..\doxygen_enhance.py %%f 16 17cd ..\.. 18