package
1.0.0
Repository: https://github.com/happyreturns/test2doc.git
Documentation: pkg.go.dev

# README

Generating the example apib files

1. run the tests

cd example
go test ./...

apib files are generated like so:

.
├── foos
│   ├── ...
│   └── foos.apib
└── widgets
    ├── ...
    └── widgets.apib

2. combine the doc files

./scripts/combine.sh

final apib doc file is generated at example/apidoc.apib

# Packages

No description provided by the author
No description provided by the author