From 1494e474dde58ec6e446cdbfad9a8d89f6c4796c Mon Sep 17 00:00:00 2001 From: iphydf Date: Mon, 12 Sep 2016 16:48:35 +0100 Subject: Ensure that all TODOs have an owner. In the future, all TODOs added either need a bug number (TODO(#NN)) or a person's github user name. By default, I made irungentoo the owner of all toxcore TODOs, mannol the owner of toxav TODOs, and myself the owner of API TODOs. --- toxav/toxav.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxav/toxav.h') diff --git a/toxav/toxav.h b/toxav/toxav.h index ea7ee194..38ba354e 100644 --- a/toxav/toxav.h +++ b/toxav/toxav.h @@ -777,7 +777,7 @@ typedef void toxav_video_receive_frame_cb(ToxAV *av, uint32_t friend_number, uin void toxav_callback_video_receive_frame(ToxAV *av, toxav_video_receive_frame_cb *callback, void *user_data); /** - * NOTE Compatibility with old toxav group calls TODO remove + * NOTE Compatibility with old toxav group calls. TODO(iphydf): remove */ /* Create a new toxav group. * -- cgit v1.2.3