mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
fix some documents
This commit is contained in:
parent
8a4bdbfa9b
commit
bd9af2dbe1
26 changed files with 937 additions and 739 deletions
|
@ -201,6 +201,11 @@ new_object(CvPoint point)
|
|||
void
|
||||
init_ruby_class()
|
||||
{
|
||||
#if 0
|
||||
// For documentation using YARD
|
||||
VALUE opencv = rb_define_module("OpenCV");
|
||||
#endif
|
||||
|
||||
if (rb_klass)
|
||||
return;
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue