Commit 3db9c22
[ruby/io-console] Use :nodoc: instead of :stopdoc: for internal
C-defined classes
(ruby/io-console#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.
ruby/io-console@451630c6ce1 parent 0b11d90 commit 3db9c22
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2000 | 2000 | | |
2001 | 2001 | | |
2002 | 2002 | | |
2003 | | - | |
| 2003 | + | |
2004 | 2004 | | |
2005 | | - | |
2006 | 2005 | | |
2007 | 2006 | | |
2008 | 2007 | | |
2009 | 2008 | | |
2010 | | - | |
| 2009 | + | |
2011 | 2010 | | |
2012 | 2011 | | |
2013 | 2012 | | |
| |||
2016 | 2015 | | |
2017 | 2016 | | |
2018 | 2017 | | |
2019 | | - | |
2020 | 2018 | | |
2021 | 2019 | | |
0 commit comments