Skip to content

Commit

Permalink
Fix project name, webcsv options to rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
smtlaissezfaire committed Nov 17, 2009
1 parent 49d6fb8 commit 3bbeb12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rakefiles/rdoc.rake
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ DOC_DIRECTORY = File.dirname(__FILE__) + "/../doc"

Rake::RDocTask.new do |rdoc|
rdoc.rdoc_dir = DOC_DIRECTORY
rdoc.title = 'MY_PROJECT_NAME (FIXME)'
rdoc.title = 'slugify'
rdoc.options << '--line-numbers' << '--inline-source'

rdoc.options << '--webcvs=http://github.com/mislav/will_paginate/tree/master/'
rdoc.options << '--webcvs=http://github.com/smtlaissezfaire/slugify'

["README.rdoc", "GPL_LICENSE", "MIT_LICENSE", "lib/**/*.rb"].each do |file|
rdoc.rdoc_files.include(file)
Expand Down

0 comments on commit 3bbeb12

Please sign in to comment.