Use backticks not vertical bars to denote variables in comments for /rtc_base
Bug: webrtc:12338 Change-Id: I72fcb505a92f03b2ace7160ee33d555a977eddfd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/226955 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34587}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
22a6b2dcad
commit
96e3b991da
@ -94,7 +94,7 @@ class Socket {
|
||||
virtual int Connect(const SocketAddress& addr) = 0;
|
||||
virtual int Send(const void* pv, size_t cb) = 0;
|
||||
virtual int SendTo(const void* pv, size_t cb, const SocketAddress& addr) = 0;
|
||||
// |timestamp| is in units of microseconds.
|
||||
// `timestamp` is in units of microseconds.
|
||||
virtual int Recv(void* pv, size_t cb, int64_t* timestamp) = 0;
|
||||
virtual int RecvFrom(void* pv,
|
||||
size_t cb,
|
||||
|
||||
Reference in New Issue
Block a user