module YARD::Templates::Helpers::BaseHelper

def link_include_object(obj)

Returns:
  • (String) - the object's docstring (no tags)

Parameters:
  • obj (CodeObjects::Base) -- the object to include

Other tags:
    Since: - 0.6.0
def link_include_object(obj)
  obj.docstring
end