doc: fix misused "see also" doxygen command

This commit is contained in:
Alexander Alekhin
2020-03-21 00:25:49 +00:00
parent 183e4d50ed
commit 2fb1d9d02e
9 changed files with 14 additions and 13 deletions
@@ -13,7 +13,7 @@ OpenCV.js saves images as cv.Mat type. We use HTML canvas element to transfer cv
or in reverse. The ImageData interface can represent or set the underlying pixel data of an area of a
canvas element.
@sa Please refer to canvas docs for more details.
@note Please refer to canvas docs for more details.
First, create an ImageData obj from canvas:
@code{.js}