summaryrefslogtreecommitdiff
path: root/lib/rdoc/store.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2024-12-03 09:03:17 +0900
committerHiroshi SHIBATA <[email protected]>2024-12-03 10:59:32 +0900
commitd85e8b53393779f7cc7aa5779387fc68ac85dc47 ()
tree1a6bb1b716cff14f434ab6eae92cc7b07b208d8a /lib/rdoc/store.rb
parent59d23174c01d201b4a1bbc0eaab32b167a3cb975 (diff)
Reapply "[ruby/rdoc] fix: C variables should never show up in Ancestors tree"
This reverts commit 0fe82ae087130d7f360cc0607be93995cedbdb16.
Notes: Merged: https://.com/ruby/ruby/pull/12233
-rw-r--r--lib/rdoc/store.rb12
1 files changed, 12 insertions, 0 deletions
@@ -198,6 +198,18 @@ class RDoc::Store
end
##
# Sets the parser of +absolute_name+, unless it from a source code file.
def update_parser_of_file(absolute_name, parser)