summaryrefslogtreecommitdiff
path: root/other/apidsl
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-09-12 16:48:35 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-09-16 12:06:02 +0100
commit1494e474dde58ec6e446cdbfad9a8d89f6c4796c (patch)
treee454a18a0f61468d10833d8e80039d025f94f568 /other/apidsl
parent37c041f8159f7e89f2585243e9b8073f47d77fd1 (diff)
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.
Diffstat (limited to 'other/apidsl')
-rw-r--r--other/apidsl/tox.in.h4
-rw-r--r--other/apidsl/toxav.in.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/other/apidsl/tox.in.h b/other/apidsl/tox.in.h
index 7953d4f6..e062e41f 100644
--- a/other/apidsl/tox.in.h
+++ b/other/apidsl/tox.in.h
@@ -267,7 +267,7 @@ const MAX_FRIEND_REQUEST_LENGTH = 1016;
267const MAX_MESSAGE_LENGTH = 1372; 267const MAX_MESSAGE_LENGTH = 1372;
268 268
269/** 269/**
270 * Maximum size of custom packets. TODO: should be LENGTH? 270 * Maximum size of custom packets. TODO(iphydf): should be LENGTH?
271 */ 271 */
272const MAX_CUSTOM_PACKET_SIZE = 1373; 272const MAX_CUSTOM_PACKET_SIZE = 1373;
273 273
@@ -786,7 +786,7 @@ inline namespace self {
786 * amounts of time. Clients should therefore not immediately bootstrap on 786 * amounts of time. Clients should therefore not immediately bootstrap on
787 * receiving a disconnect. 787 * receiving a disconnect.
788 * 788 *
789 * TODO: how long should a client wait before bootstrapping again? 789 * TODO(iphydf): how long should a client wait before bootstrapping again?
790 */ 790 */
791 event connection_status const { 791 event connection_status const {
792 /** 792 /**
diff --git a/other/apidsl/toxav.in.h b/other/apidsl/toxav.in.h
index 4bb7487d..8a7d5358 100644
--- a/other/apidsl/toxav.in.h
+++ b/other/apidsl/toxav.in.h
@@ -652,7 +652,7 @@ namespace video {
652 652
653%{ 653%{
654/** 654/**
655 * NOTE Compatibility with old toxav group calls TODO remove 655 * NOTE Compatibility with old toxav group calls. TODO(iphydf): remove
656 */ 656 */
657/* Create a new toxav group. 657/* Create a new toxav group.
658 * 658 *