Commit 38221286 authored by Ilya Lysenkov's avatar Ilya Lysenkov

Fixed cv namespace boldface (from ticket #991)

parent 839c1bea
......@@ -23,10 +23,10 @@ The further chapters of the document describe functionality of each module. But
API Concepts
================
*``cv``* Namespace
``cv`` Namespace
------------------
All the OpenCV classes and functions are placed into the *``cv``* namespace. Therefore, to access this functionality from your code, use the ``cv::`` specifier or ``using namespace cv;`` directive:
All the OpenCV classes and functions are placed into the ``cv`` namespace. Therefore, to access this functionality from your code, use the ``cv::`` specifier or ``using namespace cv;`` directive:
.. code-block:: c
......
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