Module: Yard

Defined in:
lib/yard/yaml/tags.rb,
lib/yard/yaml.rb,
lib/yard/yaml/cli.rb,
lib/yard/yaml/config.rb,
lib/yard/yaml/plugin.rb,
lib/yard/yaml/emitter.rb,
lib/yard/yaml/version.rb,
lib/yard/yaml/converter.rb,
lib/yard/yaml/discovery.rb,
lib/yard/yaml/templates.rb,
lib/yard/yaml/tag_renderer.rb,
lib/yard/yaml/template_helpers.rb

Overview

Template path registration for yard-yaml.

Phase 5 (part 1): register a templates directory so future template
overrides/partials can be discovered by YARD. Actual inline placement and
navigation hooks will follow in the next step to keep require-time behavior
inert and tests deterministic.

This file is safe to require in environments without YARD present; it checks
for YARD constants before attempting any registration.

Defined Under Namespace

Modules: Yaml