make_documentation.bat 529 B

1234567891011121314151617
  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. @echo off
  9. doxygen
  10. cd doxygen_output\html
  11. for %%f in (*.html) do ..\..\doxygen_enhance.py %%f
  12. cd ..\..