1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00
ruby-opencv/yard_extension.rb
2012-04-30 19:31:59 +09:00

5 lines
166 B
Ruby

require 'yard'
YARD::Tags::Library.define_tag('Corresponding OpenCV function', :opencv_func)
YARD::Tags::Library.visible_tags.place(:opencv_func).before(:abstract)