Stan Lo 3db9c22f29 [ruby/io-console] Use :nodoc: instead of :stopdoc: for internal
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
2026-03-23 20:38:51 +00:00
..
2025-12-17 14:16:38 +09:00