You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to exclude some parts of the documentation, it seems that the --exclude option does not work properly. E.g. trying to generate documentation for Ruby StdLib excluding rubygems:
$ rdoc --op ./foo --encoding=UTF-8 --all --ri -x rubygems /var/lib/mock/ruby/root/builddir/build/BUILD/ruby-2.5.0/lib | grep rubygems
45% [154/337] /var/lib/mock/ruby/root/builddir/build/BUILD/ruby-2.5.0/lib/rdoc/rubygems_hook.rb
78% [263/337] /var/lib/mock/ruby/root/builddir/build/BUILD/ruby-2.5.0/lib/rubygems.rb
Generating RI format into /home/vondruch/ff/foo...
... snip ...
Although this excludes the lib/rubygems directory, it keeps other "rubygems" files. Trying exclude "rdoc", it does not even exclude the "rdoc" directory.
Trying to exclude some parts of the documentation, it seems that the
--exclude
option does not work properly. E.g. trying to generate documentation for Ruby StdLib excluding rubygems:Although this excludes the lib/rubygems directory, it keeps other "rubygems" files. Trying exclude "rdoc", it does not even exclude the "rdoc" directory.
The text was updated successfully, but these errors were encountered: