Module: Autodoc::Member

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

Overview

Member types for autodoc generation.

Autodoc generates RBS types and RDoc comments for TUI factory methods. Each method type (delegate, factory, helper) has different documentation patterns. Writing these by hand is tedious and error-prone.

These Data classes generate consistent RBS and RDoc output for each member type. Feed them method names. Get documentation.

Defined Under Namespace

Classes: Delegate, Factory, Helper