commit | 7ecc1d63db78f659546286dbb524c7aa634faf34 | [log] [tgz] |
---|---|---|
author | Daniel Cheng <[email protected]> | Mon Jun 12 20:24:30 2017 |
committer | Commit Bot <[email protected]> | Tue Jun 13 02:16:59 2017 |
tree | d6e2ad96ee65a1af55b0932597e8315469f7a46e | |
parent | beefb95a42152797a460dc54f8b37dc3fe523396 [diff] [blame] |
Port Blink C++ style guide to Markdown. Combines the rules from: - the old style guide: https://www.chromium.org/blink/coding-style - jyasskin's new Blink style guide: https://goo.gl/Vjzi6W) Bug: 578344 Change-Id: I3686aabc321cad7be6ffe404636657b856ce8452 Reviewed-on: https://chromium-review.googlesource.com/527686 Commit-Queue: Daniel Cheng <[email protected]> Reviewed-by: Jeremy Roman <[email protected]> Reviewed-by: Nico Weber <[email protected]> Reviewed-by: Kentaro Hara <[email protected]> Reviewed-by: danakj <[email protected]> Cr-Commit-Position: refs/heads/master@{#478866}
diff --git a/styleguide/c++/c++.md b/styleguide/c++/c++.md index 7e036d3da..423e0fc 100644 --- a/styleguide/c++/c++.md +++ b/styleguide/c++/c++.md
@@ -16,8 +16,7 @@ request review for a change to this file. If there's no consensus, `src/styleguide/c++/OWNERS` get to decide. -Blink code in `third_party/WebKit` uses [Blink -style](https://sites.google.com/a/chromium.org/dev/blink/coding-style). +Blink code in `third_party/WebKit` uses [Blink style](blink-c++.md). ## C++11 features