mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
add YARD settings
This commit is contained in:
parent
ce0f55d038
commit
f6151e75ca
3 changed files with 13 additions and 0 deletions
5
yard_extension.rb
Normal file
5
yard_extension.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'yard'
|
||||
|
||||
YARD::Tags::Library.define_tag('Corresponding OpenCV function', :opencv_func)
|
||||
YARD::Tags::Library.visible_tags.place(:opencv_func).before(:abstract)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue