package
0.0.0-20170304182647-2da5c5d86417
Repository: https://github.com/emyrk/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
# Functions
No description provided by the author