From 07217b17bffd20c90fbdcd8c35f0fc3414962993 Mon Sep 17 00:00:00 2001 From: Elena Fedotova Date: Mon, 13 Jun 2011 19:56:34 +0000 Subject: [PATCH] Purpose: 2nd review cycle - check ?? - problems with the output in the syntax sections. --- modules/core/doc/basic_structures.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/core/doc/basic_structures.rst b/modules/core/doc/basic_structures.rst index 0d40be3bec..a01dcf3c77 100644 --- a/modules/core/doc/basic_structures.rst +++ b/modules/core/doc/basic_structures.rst @@ -723,7 +723,7 @@ Mat::Mat .. cpp:function:: Mat::Mat(const IplImage* img, bool copyData=false) -.. cpp:function:: template explicit Mat::Mat(const Vec& vec, bool copyData=true) +.. cpp:function:: template explicit Mat::Mat(const Vec& vec, bool copyData=true)??output is broken for these 3 methods?? .. cpp:function:: template explicit Mat::Mat(const Matx& vec, bool copyData=true) @@ -1574,7 +1574,7 @@ Mat::ptr .. cpp:function:: const uchar* Mat::ptr(int i=0) const -.. cpp:function:: template _Tp* Mat::ptr(int i=0) +.. cpp:function:: template _Tp* Mat::ptr(int i=0)??again broken output?? .. cpp:function:: template const _Tp* Mat::ptr(int i=0) const @@ -1588,7 +1588,7 @@ The methods return ``uchar*`` or typed pointer to the specified matrix row. See Mat::at ----------- -.. cpp:function:: template T& Mat::at(int i) const +.. cpp:function:: template T& Mat::at(int i) const??again, is this the expected output?? .. cpp:function:: template const T& Mat::at(int i) const @@ -1614,7 +1614,7 @@ Mat::at :param pt: Element position specified as ``Point(j,i)`` . - :param idx: Array of ``Mat::dims`` indices. + :param idx: Array of ``Mat::dims`` indices. The template methods return a reference to the specified array element. For the sake of higher performance, the index range checks are only performed in the Debug configuration. @@ -1631,7 +1631,7 @@ The example below initializes a Hilbert matrix: :: Mat::begin -------------- -.. cpp:function:: template MatIterator_<_Tp> Mat::begin() template MatConstIterator_<_Tp> Mat::begin() const +.. cpp:function:: template MatIterator_<_Tp> Mat::begin() template MatConstIterator_<_Tp> Mat::begin() const??see output?? Returns the matrix iterator and sets it to the first matrix element. @@ -1670,7 +1670,7 @@ The methods return the matrix read-only or read-write iterators. The use of matr Mat::end ------------ -.. cpp:function:: template MatIterator_<_Tp> Mat::end() +.. cpp:function:: template MatIterator_<_Tp> Mat::end() ??output?? .. cpp:function:: template MatConstIterator_<_Tp> Mat::end() const Returns the matrix iterator and sets it to the after-last matrix element.