Commit 451630c
authored
Use :nodoc: instead of :stopdoc: for internal C-defined classes (#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.1 parent 13e96d8 commit 451630c
1 file changed
+2
-4
lines changed| 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