We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c870ce commit 94a052dCopy full SHA for 94a052d
lib/rdoc/parser/c.rb
@@ -318,7 +318,7 @@ def do_classes_and_modules
318
\s*"(?<module_name_1>\w+)"\s*
319
\)
320
|
321
- _under\s*\( # rb_define_module_under(module_under, module_name_1)
+ _under\s*\( # rb_define_module_under(module_under, module_name_2)
322
\s*(?<module_under>\w+),
323
\s*"(?<module_name_2>\w+)"
324
\s*\)
0 commit comments