Fix WebRTC Doxygen typos

This commit is contained in:
David Rowe 2021-07-30 14:18:34 +12:00
parent 38f7506c5e
commit 8528422834

View file

@ -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;