mirror of
https://github.com/opencv/opencv.git
synced 2025-07-25 14:47:07 +08:00
android: fix javadoc
This commit is contained in:
parent
43a91f82fe
commit
a90dacdf75
@ -2,8 +2,6 @@ package org.opencv.android;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
import org.opencv.BuildConfig;
|
||||
|
||||
/**
|
||||
* Helper class provides common initialization methods for OpenCV library.
|
||||
*/
|
||||
@ -97,7 +95,7 @@ public class OpenCVLoader
|
||||
/**
|
||||
* Current OpenCV Library version
|
||||
*/
|
||||
public static final String OPENCV_VERSION = BuildConfig.VERSION_NAME;
|
||||
public static final String OPENCV_VERSION = "@OPENCV_VERSION_MAJOR@.@OPENCV_VERSION_MINOR@.@OPENCV_VERSION_PATCH@";
|
||||
|
||||
|
||||
/**
|
Loading…
Reference in New Issue
Block a user