1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

docs(doxygen): fix some warnings for toxcall.cpp

This commit is contained in:
Zetok Zalbavar 2016-11-05 22:10:22 +00:00
parent 5648106b34
commit a2912a376c
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -14,13 +14,13 @@
* @var bool ToxCall::inactive
* @brief True while we're not participating. (stopped group call, ringing but hasn't started yet, ...)
*
* @var bool ToxCall::videoEnabled
* @var bool ToxFriendCall::videoEnabled
* @brief True if our user asked for a video call, sending and recieving.
*
* @var bool ToxCall::nullVideoBitrate
* @var bool ToxFriendCall::nullVideoBitrate
* @brief True if our video bitrate is zero, i.e. if the device is closed.
*
* @var TOXAV_FRIEND_CALL_STATE ToxCall::state
* @var TOXAV_FRIEND_CALL_STATE ToxFriendCall::state
* @brief State of the peer (not ours!)
*/