chiark / gitweb /
Merge tag 'branchpoint-5.1' into release
[disorder] / lib / client-stubs.c
index 6aaa5595965f12bf1e8ae38c2a3fe6a3ad7e0ef8..10a1fb2e218741190fc11bbd53d10291e859a1bf 100644 (file)
@@ -20,6 +20,9 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+/** @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);