mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Generate varlink API documentation automatically
Using varlink's idl parser, we generate API documentation for the podman API relying on the .varlink file as the source. Signed-off-by: baude <bbaude@redhat.com> Closes: #734 Approved by: baude
This commit is contained in:
3
docs/generate.go
Normal file
3
docs/generate.go
Normal file
@ -0,0 +1,3 @@
|
||||
package docs
|
||||
|
||||
//go:generate go run varlink/apidoc.go ../cmd/podman/varlink/io.projectatomic.podman.varlink ../API.md
|
Reference in New Issue
Block a user