Skip to content

Commit

Permalink
Added the yard task and .yardopts files.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern authored and nesquena committed Sep 2, 2011
1 parent 7b8ec33 commit 2fd8ca7
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gem_rake_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ def release_gem
end

task :default => :test

require 'yard'
YARD::Rake::YardocTask.new
1 change: 1 addition & 0 deletions padrino-admin/.yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--title 'Padrino Admin Documentation' --protected
1 change: 1 addition & 0 deletions padrino-cache/.yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--title 'Padrino Cache Documentation' --protected
1 change: 1 addition & 0 deletions padrino-core/.yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--title 'Padrino Core Documentation' --protected
1 change: 1 addition & 0 deletions padrino-gen/.yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--title 'Padrino Gen Documentation' --protected
1 change: 1 addition & 0 deletions padrino-helpers/.yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--title 'Padrino Helpers Documentation' --protected
1 change: 1 addition & 0 deletions padrino-mailer/.yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--title 'Padrino Mailer Documentation' --protected
1 change: 1 addition & 0 deletions padrino/.yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--title 'Padrino Documentation' --protected

0 comments on commit 2fd8ca7

Please sign in to comment.