Commit f4aa4373 authored by Xiaohan Wang's avatar Xiaohan Wang Committed by Commit Bot

Update C++ comment format examples

Update the example to match the new recommended style (use backticks).

Change-Id: I635c1dc0fabf1581f04f11c4ac9a98fda6edebdf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2277079
Auto-Submit: Xiaohan Wang <xhwang@chromium.org>
Reviewed-by: default avatardanakj <danakj@chromium.org>
Commit-Queue: danakj <danakj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#784163}
parent 1255e2e8
...@@ -284,8 +284,8 @@ cross-references for that symbol. ...@@ -284,8 +284,8 @@ cross-references for that symbol.
at least provide a starting point for asking about an issue. at least provide a starting point for asking about an issue.
```cpp ```cpp
// FooImpl implements the FooBase class. // `FooImpl` implements the `FooBase` class.
// FooFunction() modifies |foo_member_|. // `FooFunction()` modifies `foo_member_`.
// TODO(crbug.com/1): Rename things to something more descriptive than "foo". // TODO(crbug.com/1): Rename things to something more descriptive than "foo".
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment