Commit be2457c2 authored by Andrey Pavlenko's avatar Andrey Pavlenko

removing 'module' directive to eliminate "PYTHON MODULE INDEX" page in PDF

parent 722df6a9
...@@ -3,9 +3,6 @@ Base Loader Callback Interface implementation ...@@ -3,9 +3,6 @@ Base Loader Callback Interface implementation
********************************************* *********************************************
.. highlight:: java .. highlight:: java
.. module:: org.opencv.android
:platform: Android
:synopsis: Implements OpenCV initialization callback interface.
.. class:: BaseLoaderCallback .. class:: BaseLoaderCallback
Basic implementation of LoaderCallbackInterface. Implementation logic is described by diagram. Basic implementation of LoaderCallbackInterface. Implementation logic is described by diagram.
......
...@@ -2,10 +2,6 @@ ...@@ -2,10 +2,6 @@
Install Callback Interface Install Callback Interface
************************** **************************
.. highlight:: java .. highlight:: java
.. module:: org.opencv.android
:platform: Android
:synopsis: Defines callback interface for package management.
.. class:: InstallCallbackInterface .. class:: InstallCallbackInterface
Callback interface for package installation or update. Callback interface for package installation or update.
......
...@@ -3,9 +3,6 @@ Java OpenCV Loader ...@@ -3,9 +3,6 @@ Java OpenCV Loader
****************** ******************
.. highlight:: java .. highlight:: java
.. module:: org.opencv.android
:platform: Android
:synopsis: Implements Android dependent Java classes.
.. Class:: OpenCVLoader .. Class:: OpenCVLoader
Helper class provides common initialization methods for OpenCV library Helper class provides common initialization methods for OpenCV library
......
...@@ -3,9 +3,6 @@ Loader Callback Interface ...@@ -3,9 +3,6 @@ Loader Callback Interface
************************* *************************
.. highlight:: java .. highlight:: java
.. module:: org.opencv.android
:platform: Android
:synopsis: Defines OpenCV initialization callback interface.
.. class:: LoaderCallbackInterface .. class:: LoaderCallbackInterface
Interface for callback object in case of asynchronous initialization of OpenCV Interface for callback object in case of asynchronous initialization of OpenCV
...@@ -26,7 +23,7 @@ void onPackageInstall() ...@@ -26,7 +23,7 @@ void onPackageInstall()
Callback method that is called in case when package installation is needed Callback method that is called in case when package installation is needed
@param callback Answer object with approve and cancel methods and package description :param callback: Answer object with approve and cancel methods and package description
Initialization status constants Initialization status constants
------------------------------- -------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment