mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
update for generating documents
This commit is contained in:
parent
c88feb2c8e
commit
26086ab9b4
65 changed files with 198 additions and 178 deletions
|
@ -252,8 +252,13 @@ rb_name(VALUE self)
|
|||
}
|
||||
|
||||
void
|
||||
define_ruby_class()
|
||||
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