Skip to content

Commit 6d7bf24

Browse files
committed
[DOC] Undocument internal constants [ci skip]
1 parent 646e98f commit 6d7bf24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rdoc/parser/c.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ class RDoc::Parser::C < RDoc::Parser
122122

123123
include RDoc::Text
124124

125-
#--
125+
# :stopdoc:
126126
BOOL_ARG_PATTERN = /\s*+\b([01]|Q?(?:true|false)|TRUE|FALSE)\b\s*/
127127
TRUE_VALUES = ['1', 'TRUE', 'true', 'Qtrue'].freeze
128-
#++
128+
# :startdoc:
129129

130130
##
131131
# Maps C variable names to names of Ruby classes or modules

0 commit comments

Comments
 (0)