Merge pull request #9698 from abratchik:parse.doxygen

Support @deprecated tag in java wrappers (#9698)
This commit is contained in:
Jcrist99
2017-11-16 17:48:12 +04:00
committed by Alexander Alekhin
parent 65061948af
commit 0608227e10
3 changed files with 45 additions and 12 deletions
@@ -9,7 +9,6 @@ import org.opencv.core.Scalar;
import org.opencv.core.Size;
import org.opencv.dnn.DictValue;
import org.opencv.dnn.Dnn;
import org.opencv.dnn.Importer;
import org.opencv.dnn.Layer;
import org.opencv.dnn.Net;
import org.opencv.imgcodecs.Imgcodecs;