1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

Improved documentation to show attributes as attributes.

This commit is contained in:
Francois Deschenes 2018-07-27 11:00:16 -07:00
parent c3e0e76a5f
commit ce53225ef2
4 changed files with 46 additions and 16 deletions

View file

@ -7,6 +7,7 @@
namespace rubyopencv {
namespace Dnn {
void init();
VALUE rb_module_dnn();
}
}