From 84862ae5a1962643e3735662bd08a30c7e903319 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Thu, 21 Jul 2011 13:36:32 +0000 Subject: [PATCH] fixed 2 typos in linux_eclipse tutorial --- doc/tutorials/introduction/linux_eclipse/linux_eclipse.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/tutorials/introduction/linux_eclipse/linux_eclipse.rst b/doc/tutorials/introduction/linux_eclipse/linux_eclipse.rst index 25feb7fab9..4ce835b377 100644 --- a/doc/tutorials/introduction/linux_eclipse/linux_eclipse.rst +++ b/doc/tutorials/introduction/linux_eclipse/linux_eclipse.rst @@ -205,7 +205,8 @@ V2: Using CMake+OpenCV with Eclipse (plugin CDT) Say you have or create a new file, *helloworld.cpp* in a directory called *foo*: -.. code-block:: bash +.. code-block:: cpp + #include #include int main ( int argc, char **argv ) @@ -229,7 +230,7 @@ Say you have or create a new file, *helloworld.cpp* in a directory called *foo*: #. Put a *CmakeLists.txt* file in build: -.. cod-block:: bash +.. code-block:: bash PROJECT( helloworld_proj ) FIND_PACKAGE( OpenCV REQUIRED )