From 3822128602f33f4a36cbca87b3dd51ef20876a7d Mon Sep 17 00:00:00 2001 From: Ilya Lysenkov Date: Wed, 8 Jun 2011 16:00:40 +0000 Subject: [PATCH] Fixed cv namespace boldface (from ticket #991) --- modules/core/doc/intro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/doc/intro.rst b/modules/core/doc/intro.rst index 95f8e360e0..90f20d63e0 100644 --- a/modules/core/doc/intro.rst +++ b/modules/core/doc/intro.rst @@ -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