OSCAR-code/makedoxy.bat

4 lines
83 B
Batchfile
Raw Permalink Normal View History

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