Module: Autodoc

Defined in:
lib/ratatui_ruby/devtools/tasks/autodoc/name.rb,
lib/ratatui_ruby/devtools/tasks/autodoc/member.rb,
lib/ratatui_ruby/devtools/tasks/autodoc/examples.rb

Overview

Synchronizes code snippets with documentation.

Documentation contains code examples. Source files change. Copy-pasting leads to stale examples. Tests pass but the README lies.

This module scans markdown files for SYNC markers and replaces content with live source. The documentation stays accurate. No manual updates.

Use it to keep README examples in sync with working code.

Defined Under Namespace

Modules: Member Classes: Examples, Name