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
266 B
10 lines
266 B
#!/bin/sh
|
|
|
|
cd "$(dirname "$0")"
|
|
cp NamespaceDoc.cs Assets/Emgu.CV/Assets/Scripts
|
|
doxygen Emgu.CV.Doxyfile
|
|
cd latex
|
|
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
|