class Solargraph::Pin::Parameter

def documentation

def documentation
  tag = param_tag
  return '' if tag.nil? || tag.text.nil?
  tag.text
end