geometry/doc/doxy/make_documentation.bat

10 lines
107 B
Batchfile

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