mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-12 05:51:47 +00:00
10 lines
107 B
Batchfile
10 lines
107 B
Batchfile
@echo off
|
|
|
|
doxygen
|
|
|
|
cd doxygen_output\html
|
|
|
|
for %%f in (*.html) do ..\..\doxygen_enhance.py %%f
|
|
|
|
cd ..\..
|