1
0
mirror of https://gitlab.com/pholy/OSCAR-code.git synced 2025-04-09 12:40:43 +00:00
OSCAR-code/makedoxy.bat

4 lines
83 B
Batchfile
Raw Normal View History

setlocal
set path="c:\Program Files (x86)\Graphviz2.38\bin";%path%
doxygen
endlocal