We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76f01df + 7f3fc33 commit f5ea6c2Copy full SHA for f5ea6c2
.yardopts
@@ -0,0 +1,3 @@
1
+--no-private
2
+--exclude lib/ta_lib_ffi/doc.rb
3
+lib/**/*.rb
Rakefile
@@ -20,5 +20,5 @@ YARD::Rake::YardocTask.new do |t|
20
t.files = ["lib/**/*.rb"]
21
t.options = ["--exclude", "lib/ta_lib_ffi/doc.rb"]
22
t.stats_options = ["--list-undoc"]
23
- t.after = -> { TALibFFI::Doc.remove }
+ # t.after = -> { TALibFFI::Doc.remove }
24
end
0 commit comments