Method: Decode::Definition#documentation

Defined in:
lib/decode/definition.rb

#documentationObject

Structured access to the definitions comments.



162
163
164
165
166
# File 'lib/decode/definition.rb', line 162

def documentation
  if @comments&.any?
    @documentation ||= Documentation.new(@comments, @language)
  end
end