Use backticks not vertical bars to denote variables in comments for /api
Bug: webrtc:12338
Change-Id: Ib97b2c3d64dbd895f261ffa76a2e885bd934a87f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/226940
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34554}
diff --git a/api/neteq/neteq_controller_factory.h b/api/neteq/neteq_controller_factory.h
index 6478fce..9aba8a2 100644
--- a/api/neteq/neteq_controller_factory.h
+++ b/api/neteq/neteq_controller_factory.h
@@ -23,7 +23,7 @@
public:
virtual ~NetEqControllerFactory() = default;
- // Creates a new NetEqController object, with parameters set in |config|.
+ // Creates a new NetEqController object, with parameters set in `config`.
virtual std::unique_ptr<NetEqController> CreateNetEqController(
const NetEqController::Config& config) const = 0;
};