Skip to content

Commit

Permalink
Yardoc lib/maruku/ext/math/*.rb.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Mar 5, 2010
1 parent 37248e8 commit 5589c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ begin
require 'yard'
YARD::Rake::YardocTask.new do |t|
t.files = FileList["lib/maruku.rb", "lib/maruku/*.rb", "lib/maruku/ext/*.rb",
"lib/maruku/ext/math/elements.rb"]
"lib/maruku/ext/math/*.rb"]
end
rescue LoadError
task :yardoc do
Expand Down

0 comments on commit 5589c12

Please sign in to comment.