module YARD::Templates::Helpers::MarkupHelper
def markup_provider(type = options.markup)
-
(Symbol)
- the markup provider name (usually the gem name of the library)
Parameters:
-
type
(Symbol
) -- the markup type (:rdoc, :markdown, etc.)
def markup_provider(type = options.markup) MarkupHelper.markup_cache[type][:provider] end