X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/1f60835b6e1b2ec47155fe46ebfd0cca8be90a4f..d0f01ef61a0b9ffe7f7252e08917ed284e2f0b9e:/lib/client-stubs.c?ds=sidebyside diff --git a/lib/client-stubs.c b/lib/client-stubs.c index 6aaa559..10a1fb2 100644 --- a/lib/client-stubs.c +++ b/lib/client-stubs.c @@ -20,6 +20,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +/** @file lib/client-stubs.c + * @brief Generated client API implementation + */ int disorder_adopt(disorder_client *c, const char *id) { return disorder_simple(c, NULL, "adopt", id, (char *)NULL);