Skip to content

Commit f5ea6c2

Browse files
authored
Merge pull request #8 from TA-Lib/dev
chore: Configure YARD documentation generation options
2 parents 76f01df + 7f3fc33 commit f5ea6c2

File tree

3 files changed

+1288
-1
lines changed

3 files changed

+1288
-1
lines changed

.yardopts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
--no-private
2+
--exclude lib/ta_lib_ffi/doc.rb
3+
lib/**/*.rb

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ YARD::Rake::YardocTask.new do |t|
2020
t.files = ["lib/**/*.rb"]
2121
t.options = ["--exclude", "lib/ta_lib_ffi/doc.rb"]
2222
t.stats_options = ["--list-undoc"]
23-
t.after = -> { TALibFFI::Doc.remove }
23+
# t.after = -> { TALibFFI::Doc.remove }
2424
end

0 commit comments

Comments
 (0)