Documentation
¶
Overview ¶
Package docs provides automated API documentation generation for Gomontage.
The generator produces markdown files covering all public APIs of the framework. Guide pages (getting started, clips, timeline, effects, export) are maintained as hand-written markdown templates. API reference pages are auto-generated from Go source code using AST parsing, extracting every exported type, function, method, and constant along with their doc comments and full signatures.
Usage:
gomontage docs # Generates docs/ directory gomontage docs -o api-docs # Custom output directory
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.