From 09649615575b7a3286892a433479512df2a7eb40 Mon Sep 17 00:00:00 2001 From: iphydf Date: Mon, 23 Mar 2020 00:46:02 +0000 Subject: Migrate format-source script to new apidsl web app. This one is unfortunately a little more complicated to use. I may add a simpler API later, but for now, it's JSON-based (because I couldn't get binary data to work without it getting mangled somewhere along the way - JSON is at least text-transport-safe). --- toxcore/tox.api.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'toxcore') diff --git a/toxcore/tox.api.h b/toxcore/tox.api.h index c0901d0a..87c3219a 100644 --- a/toxcore/tox.api.h +++ b/toxcore/tox.api.h @@ -2279,9 +2279,9 @@ namespace conference { namespace peer { /** - * Return the number of online peers in the conference. The unsigned - * integers less than this number are the valid values of peer_number for - * the functions querying these peers. Return value is unspecified on + * Return the number of online peers in the conference. The unsigned + * integers less than this number are the valid values of peer_number for + * the functions querying these peers. Return value is unspecified on * failure. */ const uint32_t count(uint32_t conference_number) @@ -2330,8 +2330,8 @@ namespace conference { namespace offline_peer { /** - * Return the number of offline peers in the conference. The unsigned - * integers less than this number are the valid values of offline_peer_number for + * Return the number of offline peers in the conference. The unsigned + * integers less than this number are the valid values of offline_peer_number for * the functions querying these peers. Return value is unspecified on failure. */ const uint32_t count(uint32_t conference_number) -- cgit v1.2.3