Loading lib/jsduck/old_versions.rb +3 −1 Original line number Diff line number Diff line Loading @@ -9,8 +9,10 @@ module JsDuck # Loads in exported docs and generates @since tags based on that data. def import(versions, relations) if versions.length > 0 generate_since_tags(read_all(versions), relations) end end # Reads in data for all versions, returning array of # version/class-data pairs. We don't use a hash to preserve the Loading Loading
lib/jsduck/old_versions.rb +3 −1 Original line number Diff line number Diff line Loading @@ -9,8 +9,10 @@ module JsDuck # Loads in exported docs and generates @since tags based on that data. def import(versions, relations) if versions.length > 0 generate_since_tags(read_all(versions), relations) end end # Reads in data for all versions, returning array of # version/class-data pairs. We don't use a hash to preserve the Loading