kotoba-docs 0.1.16

Kotoba Documentation Generator - Generate beautiful documentation from source code
Documentation

Kotoba Documentation Generator

ソースコードから美しいドキュメントを自動生成するツールです。 HTML、Markdown、JSONなどの形式でドキュメントを出力できます。

使用方法

# プロジェクトのドキュメントを生成
kotoba docs generate

# 開発サーバーを起動
kotoba docs serve

# ドキュメントを検索
kotoba docs search "function_name"

# ヘルプ表示
kotoba docs --help