From: Ilya Lysenkov Date: Mon, 20 Jun 2011 13:27:37 +0000 (+0000) Subject: Minor doc fix X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~6898 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee2aefc270fcf2386f2d15941c74542942ea4137;p=platform%2Fupstream%2Fopencv.git Minor doc fix --- diff --git a/modules/highgui/doc/user_interface.rst b/modules/highgui/doc/user_interface.rst index fff54c3..745fdaa 100644 --- a/modules/highgui/doc/user_interface.rst +++ b/modules/highgui/doc/user_interface.rst @@ -104,7 +104,7 @@ The function ``namedWindow`` creates a window that can be used as a placeholder If a window with the same name already exists, the function does nothing. -You can call :cpp:func:`destroyWindow` or :cpp:func:`destroyAllWindows` to close the window and de-allocate any associated memory usage. For a simple program, you don’t really have to call these functions because all the resources and windows of the application are closed automatically by the operating system upon exit. +You can call :cpp:func:`destroyWindow` or :cpp:func:`destroyAllWindows` to close the window and de-allocate any associated memory usage. For a simple program, you do not really have to call these functions because all the resources and windows of the application are closed automatically by the operating system upon exit. **[Qt Backend Only]** @@ -150,7 +150,6 @@ The function ``destroyWindow`` destroys the window with the given name. destroyAllWindows ----------------- - .. ocv:function:: void destroyAllWindows() Destroys all of the HighGUI windows.