Project

General

Profile

Actions

Bug #1718

closed

RDoc directive in lib/yaml/tags.rb prevents rdoc'ing of Module

Added by jamesbritt (James Britt) almost 15 years ago. Updated about 13 years ago.

Status:
Closed
Assignee:
-
ruby -v:
ruby 1.8.6 (2009-03-27 patchlevel 367) [i686-darwin9.7.0]
[ruby-core:24121]

Description

=begin
This appears to be a regression. There is a :stopdoc: directive in lib/yaml/tags.rb that modifies Module.

When running rdoc over the Ruby source tree, this stops the rdoc'ing of the entire Module code; no docs page for Module is created.

This was a problem once before, and was fixed (I submitted a patch, which was accepted), but now seems to have returned. Removing that rdoc directive allows for Module to be doc'ed (though there is still the larger issue of RDoc pollution with Yaml methods now appearing as part of Module in the resulting RDoc files).
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0