mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 02:00:43 +00:00
4 lines
83 B
Batchfile
4 lines
83 B
Batchfile
|
setlocal
|
||
|
set path="c:\Program Files (x86)\Graphviz2.38\bin";%path%
|
||
|
doxygen
|
||
|
endlocal
|