From: Andrey Kamaev Date: Tue, 19 Feb 2013 06:34:43 +0000 (+0400) Subject: Avoid problem of old sphinx reporting an error on lines starting from : X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~1314^2~1499^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0570aa64945e94f31c17dc6928edbd9407c52996;p=platform%2Fupstream%2Fopencv.git Avoid problem of old sphinx reporting an error on lines starting from : See http://sourceforge.net/tracker/?func=detail&aid=3484857&group_id=38414&atid=422030 --- diff --git a/doc/tutorials/introduction/android_binary_package/android_dev_intro.rst b/doc/tutorials/introduction/android_binary_package/android_dev_intro.rst index a735bc8..021561e 100644 --- a/doc/tutorials/introduction/android_binary_package/android_dev_intro.rst +++ b/doc/tutorials/introduction/android_binary_package/android_dev_intro.rst @@ -210,9 +210,9 @@ You need the following software to be installed in order to develop for Android .. note:: Before start you can read official Android NDK documentation which is in the Android NDK archive, in the folder :file:`docs/`. The main article about using Android NDK build system is in the :file:`ANDROID-MK.html` file. - Some additional information you can find in the :file:`APPLICATION-MK.html`, - :file:`NDK-BUILD.html` files, and :file:`CPU-ARM-NEON.html`, :file:`CPLUSPLUS-SUPPORT.html`, - :file:`PREBUILTS.html`. + Some additional information you can find in + the :file:`APPLICATION-MK.html`, :file:`NDK-BUILD.html` files, + and :file:`CPU-ARM-NEON.html`, :file:`CPLUSPLUS-SUPPORT.html`, :file:`PREBUILTS.html`. #. **CDT plugin for Eclipse** diff --git a/doc/tutorials/introduction/desktop_java/java_dev_intro.rst b/doc/tutorials/introduction/desktop_java/java_dev_intro.rst index 9e5e951..2bb50f0 100644 --- a/doc/tutorials/introduction/desktop_java/java_dev_intro.rst +++ b/doc/tutorials/introduction/desktop_java/java_dev_intro.rst @@ -35,8 +35,8 @@ Starting from version 2.4.4 OpenCV includes desktop Java bindings. The most simple way to get it is downloading the appropriate package of **version 2.4.4 or higher** from the `OpenCV SourceForge repository `_. -.. note:: Windows users can find the prebuilt files needed for Java development in the - :file:`opencv/build/java/` folder inside the package. +.. note:: Windows users can find the prebuilt files needed for Java development in + the :file:`opencv/build/java/` folder inside the package. For other OSes it's required to build OpenCV from sources. Another option to get OpenCV sources is to clone `OpenCV git repository