lib/eddy/build/elements/id.rb in eddy-0.5.1 vs lib/eddy/build/elements/id.rb in eddy-0.6.0
- old
+ new
@@ -2,10 +2,10 @@
module Eddy
module Build
module Elements
- # @param el [Eddy::Schema::ElementSummary]
+ # @param el [Eddy::Summary::Element]
# @param test [Boolean] (false) When true, returns output as a string instead of writing to a file.
# @return [void]
def self.id(el, test: false)
code_list = self.build_code_list(el.id)
return nil if code_list.nil?