diff options
author | baude <bbaude@redhat.com> | 2018-05-09 15:07:05 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-05-10 14:32:34 +0000 |
commit | a74107b506857b35c0ca9455177c309cd440a5aa (patch) | |
tree | ab274053cd90135b6bb198dfc9a286f31523dc58 /cmd/podman/varlink/io.projectatomic.podman.varlink | |
parent | 1b562b05c51140e3f69bb6f9f6d9c9b604d707f1 (diff) | |
download | podman-a74107b506857b35c0ca9455177c309cd440a5aa.tar.gz podman-a74107b506857b35c0ca9455177c309cd440a5aa.tar.bz2 podman-a74107b506857b35c0ca9455177c309cd440a5aa.zip |
alphabetize the varlink methods, types, and errors in the docs
We have decided to alphabetize things in the API documentation to help users
find things easier. It also solves an issue where when being made, the API.md doc
would remake itself in a different order resulting in massive diffs in the pull
requests but no new content.
Signed-off-by: baude <bbaude@redhat.com>
Closes: #739
Approved by: baude
Diffstat (limited to 'cmd/podman/varlink/io.projectatomic.podman.varlink')
-rw-r--r-- | cmd/podman/varlink/io.projectatomic.podman.varlink | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/podman/varlink/io.projectatomic.podman.varlink b/cmd/podman/varlink/io.projectatomic.podman.varlink index 192fee795..5eaaf79f3 100644 --- a/cmd/podman/varlink/io.projectatomic.podman.varlink +++ b/cmd/podman/varlink/io.projectatomic.podman.varlink @@ -1,4 +1,5 @@ -# Podman Service Interface +# Podman Service Interface and API description. The master version of this document can be found +# in the [API.md](https://github.com/projectatomic/libpod/blob/master/API.md) file in the upstream libpod repository. interface io.projectatomic.podman |