Method: YARD::Templates::Helpers::BaseHelper#link_include_object

Defined in:
lib/yard/templates/helpers/base_helper.rb

Includes an object’s docstring into output.

Parameters:

Returns:

  • (String)

    the object’s docstring (no tags)

Since:

  • 0.6.0



105
106
107
# File 'lib/yard/templates/helpers/base_helper.rb', line 105

def link_include_object(obj)
  obj.docstring
end