Skip to content

Commit

Permalink
Merge pull request #774 from jeremyevans/define_module_under
Browse files Browse the repository at this point in the history
Fix parsing of rb_define_module_under
  • Loading branch information
aycabta committed Jul 21, 2020
2 parents 196cb5e + 94a052d commit 7e08e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdoc/parser/c.rb
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def do_classes_and_modules
\s*"(?<module_name_1>\w+)"\s*
\)
|
_under\s*\( # rb_define_module_under(module_under, module_name_1)
_under\s*\( # rb_define_module_under(module_under, module_name_2)
\s*(?<module_under>\w+),
\s*"(?<module_name_2>\w+)"
\s*\)
Expand Down

0 comments on commit 7e08e58

Please sign in to comment.