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 68beeec commit 2d5275eCopy full SHA for 2d5275e
lib/docurium.rb
@@ -435,7 +435,7 @@ def update_globals!(data, recs)
435
# process this type of record
436
case r[:type]
437
when :function, :callback
438
- t = r[:type] == :function ? :functions : :callbacks
+ t = r[:type] == :function ? :functions : :callbacks
439
data[t][r[:name]] ||= {}
440
wanted[:functions].each do |k|
441
next unless r.has_key? k
0 commit comments