1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Fixed documentation errors.

This commit is contained in:
Roman Donchenko
2013-08-06 15:38:19 +04:00
parent 2f780ed994
commit 8bed7bb5f9
3 changed files with 4 additions and 8 deletions
+2 -2
View File
@@ -266,7 +266,7 @@ setOpenGlContext
----------------
Sets the specified window as current OpenGL context.
.. ocv:function:: void setOpenGlContext(const string& winname)
.. ocv:function:: void setOpenGlContext(const String& winname)
:param winname: Window name
@@ -274,6 +274,6 @@ updateWindow
------------
Force window to redraw its context and call draw callback ( :ocv:func:`setOpenGlDrawCallback` ).
.. ocv:function:: void updateWindow(const string& winname)
.. ocv:function:: void updateWindow(const String& winname)
:param winname: Window name