Browse Source

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

pull/3857/head
Zetok Zalbavar 9 years ago
parent
commit
a2912a376c
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  1. 6
      src/core/toxcall.cpp

6
src/core/toxcall.cpp

@ -14,13 +14,13 @@
* @var bool ToxCall::inactive * @var bool ToxCall::inactive
* @brief True while we're not participating. (stopped group call, ringing but hasn't started yet, ...) * @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. * @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. * @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!) * @brief State of the peer (not ours!)
*/ */

Loading…
Cancel
Save