mirror of
https://github.com/ruby/ruby.git
synced 2026-08-21 03:34:31 +08:00
C-defined classes (https://github.com/ruby/io-console/pull/123) RDoc does not officially support :stopdoc:/:startdoc: in C files, and recent RDoc changes cause :stopdoc: to be incorrectly undone during file processing, making these classes appear as undocumented in coverage reports. Switch to :nodoc: which is properly supported in C comments and correctly marks these internal classes as intentionally undocumented. https://github.com/ruby/io-console/commit/451630c6ce