Skip to content

Commit

Permalink
Added '.yardopts' file
Browse files Browse the repository at this point in the history
  • Loading branch information
wedesoft committed Jan 6, 2011
1 parent 085cf95 commit 62bf07a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .yardopts
@@ -0,0 +1,2 @@
--no-private

1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -120,7 +120,6 @@ end
begin begin
require 'yard' require 'yard'
YARD::Rake::YardocTask.new :yard do |y| YARD::Rake::YardocTask.new :yard do |y|
y.options << '--no-private'
y.files << RB_FILES y.files << RB_FILES
end end
rescue LoadError rescue LoadError
Expand Down

0 comments on commit 62bf07a

Please sign in to comment.