geometry/doc/make_documentation.bat
2010-02-20 15:44:35 +00:00

10 lines
107 B
Batchfile

@echo off
doxygen
cd doxygen_output\html
for %%f in (*.html) do ..\..\doxygen_enhance.py %%f
cd ..\..