docs

package
v0.2.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2026 License: MIT Imports: 12 Imported by: 0

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

func Generate

func Generate(outputDir string) error

Generate produces markdown documentation files in the specified output directory. It copies hand-written guide templates and auto-generates API reference pages from the Go source code.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL