Use backticks not vertical bars to denote variables in comments for /modules/include
Bug: webrtc:12338 Change-Id: I66ef388e0582fc7b0250d8f2605288f0d652b66a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/227095 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34612}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
880fa8169b
commit
8e70299dd9
@ -35,7 +35,7 @@ class Module {
|
||||
virtual void Process() = 0;
|
||||
|
||||
// This method is called when the module is attached to a *running* process
|
||||
// thread or detached from one. In the case of detaching, |process_thread|
|
||||
// thread or detached from one. In the case of detaching, `process_thread`
|
||||
// will be nullptr.
|
||||
//
|
||||
// This method will be called in the following cases:
|
||||
|
||||
Reference in New Issue
Block a user