mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
fix documentation warnings
This commit is contained in:
parent
c2f7aa3766
commit
9650602eef
5 changed files with 67 additions and 67 deletions
|
@ -48,11 +48,11 @@ namespace rubyopencv {
|
|||
* Creates a new Scalar.
|
||||
*
|
||||
* @overload new(v0 = 0, v1 = 0, v2 = 0, v3 = 0)
|
||||
* @param v0 [Number] Value 0
|
||||
* @param v1 [Number] Value 1
|
||||
* @param v2 [Number] Value 2
|
||||
* @param v3 [Number] Value 3
|
||||
* @return [Scalar] +self+
|
||||
* @param v0 [Number] Value 0
|
||||
* @param v1 [Number] Value 1
|
||||
* @param v2 [Number] Value 2
|
||||
* @param v3 [Number] Value 3
|
||||
* @return [Scalar] +self+
|
||||
*/
|
||||
VALUE rb_initialize(int argc, VALUE *argv, VALUE self) {
|
||||
const int SIZE = 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue