mirror of https://github.com/emgucv/emgucv.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
301 B
10 lines
301 B
REM go to the folder of the current script
|
|
pushd %~p0
|
|
cp NamespaceDoc.cs Assets/Emgu.CV/Assets/Scripts
|
|
wsl doxygen Emgu.CV.Doxyfile
|
|
cd latex
|
|
wsl make
|
|
cd ..
|
|
cp latex/refman.pdf ../Emgu.CV.Unity/Assets/Emgu.CV/Documentation/Emgu.CV.Documentation.pdf
|
|
rm Assets/Emgu.CV/Assets/Scripts/NamespaceDoc.cs
|
|
popd
|