mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 11:29:00 +02:00
Merge pull request #1299 from ctrlaltdavid/dev/webrtc-doxygen
Fix a couple of WebRTC Doxygen typos
This commit is contained in:
commit
29b4fea1d2
1 changed files with 2 additions and 2 deletions
|
@ -52,10 +52,10 @@ public:
|
|||
WDCCreateSessionDescriptionObserver(WDCConnection* parent);
|
||||
|
||||
/// @brief The call to CreateAnswer succeeded.
|
||||
/// @param The session description.
|
||||
/// @param desc The session description.
|
||||
void OnSuccess(webrtc::SessionDescriptionInterface* desc) override;
|
||||
|
||||
//@ @brief The call to CreateAnswer failed.
|
||||
/// @brief The call to CreateAnswer failed.
|
||||
/// @param error Error information.
|
||||
void OnFailure(webrtc::RTCError error) override;
|
||||
|
||||
|
|
Loading…
Reference in a new issue