Use backticks not vertical bars to denote variables in comments for /modules/audio_device

Bug: webrtc:12338
Change-Id: I27ad3a5fe6e765379e4e4f42783558c5522bab38
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/227091
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34620}
This commit is contained in:
Artem Titov
2021-07-28 20:03:05 +02:00
committed by WebRTC LUCI CQ
parent 53adc7b1c8
commit 0146a34b3f
35 changed files with 181 additions and 181 deletions

View File

@ -20,7 +20,7 @@ namespace webrtc {
// Creates an AudioDeviceModule (ADM) for Windows based on the Core Audio API.
// The creating thread must be a COM thread; otherwise nullptr will be returned.
// By default |automatic_restart| is set to true and it results in support for
// By default `automatic_restart` is set to true and it results in support for
// automatic restart of audio if e.g. the existing device is removed. If set to
// false, no attempt to restart audio is performed under these conditions.
//