Skip to content

Commit d4e7fe6

Browse files
committed
chore: Disable YARD documentation removal after generation
- Comment out the `t.after` hook in Rakefile that removes generated documentation - Preserve the generated documentation for future reference and potential use This change ensures that the dynamically generated YARD documentation remains available after the documentation generation process.
1 parent ba2081b commit d4e7fe6

File tree

2 files changed

+1285
-1
lines changed

2 files changed

+1285
-1
lines changed

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)