Skip to content

Commit

Permalink
Remove the .yardoc folder with rake doc:clean:api
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Mar 11, 2024
1 parent db8368f commit 5895e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/doc.rake
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace :doc do
namespace :clean do
desc 'clean yard docs'
task :api do
rm_rf 'doc/api'
rm_rf %w(doc/api .yardoc)
end

desc 'clean doxygen docs'
Expand Down

0 comments on commit 5895e8e

Please sign in to comment.