Skip to content

Commit

Permalink
concate entry comments
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioFan committed Oct 24, 2024
1 parent c67066e commit d9da0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_indexer/lib/ruby_indexer/declaration_listener.rb
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ def handle_module_function(node)
@file_path,
location,
location,
collect_comments(node),
collect_comments(node)&.concat(entry.comments),
entry.signatures,
Entry::Visibility::PUBLIC,
singleton,
Expand Down

0 comments on commit d9da0e4

Please sign in to comment.