Skip to content

Commit

Permalink
Merge pull request #308 from windwiny/docvisibility
Browse files Browse the repository at this point in the history
generate doc set visibility to private
  • Loading branch information
Azolo committed Feb 4, 2016
2 parents 7e5ca42 + 9f7b7cd commit 6c8997c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/tools/docs.rake
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ interpreters.each do |package|
info = RubyTools.parse_ruby(ruby_exe)
next if info.empty?

default_opts = ['--format=chm', '--encoding=UTF-8']
default_opts = ['--format=chm', '--encoding=UTF-8', '--visibility=private']
meta_chm = package.meta_chm
expanded_doc_target = File.join(RubyInstaller::ROOT, package.doc_target)

Expand Down

0 comments on commit 6c8997c

Please sign in to comment.