mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
Fix Fixnum's in documentation and in tests
This commit is contained in:
parent
af14c1dd94
commit
50cf19c356
14 changed files with 22 additions and 22 deletions
|
@ -193,7 +193,7 @@ rb_reset_roi(VALUE self)
|
|||
}
|
||||
|
||||
/*
|
||||
* Return COI as Fixnum.
|
||||
* Return COI as Integer.
|
||||
*/
|
||||
VALUE
|
||||
rb_get_coi(VALUE self)
|
||||
|
@ -213,7 +213,7 @@ rb_get_coi(VALUE self)
|
|||
* set_coi(coi)
|
||||
* set_coi(coi){|image| ...}
|
||||
*
|
||||
* Set COI. <i>coi</i> should be Fixnum.
|
||||
* Set COI. <i>coi</i> should be Integer.
|
||||
* Return self.
|
||||
*/
|
||||
VALUE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue