aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJamie Madill <jmadill@chromium.org>2018-09-05 12:44:19 -0400
committerJamie Madill <jmadill@chromium.org>2018-09-05 16:46:00 +0000
commit79ec21c5d4cf77fd25b94ee42b77bb49871540ad (patch)
tree936218c9e4dd9018fe87a7599107ffd19b7766c9 /doc
parent750e508722a9405278dfb1809f7ce667a3681072 (diff)
downloadangle-79ec21c5d4cf77fd25b94ee42b77bb49871540ad.tar.gz
Small style guide amendments.
Bug: angleproject:1944 Change-Id: I682fa8a421bd69cfbd2a662bcc8dc9706262a0c6 Reviewed-on: https://chromium-review.googlesource.com/1207551 Reviewed-by: Jamie Madill <jmadill@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/CodingStandard.md3
-rw-r--r--doc/DevSetup.md2
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/CodingStandard.md b/doc/CodingStandard.md
index 83bb3bffc1..93bff8fc92 100644
--- a/doc/CodingStandard.md
+++ b/doc/CodingStandard.md
@@ -2,8 +2,7 @@
## Google Style Guide
-We generally use the [Google C++ Style Guide]
-(https://google.github.io/styleguide/cppguide.html) as a basis for
+We generally use the [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html) as a basis for
our Coding Standard, however we will deviate from it in a few areas, as noted
below.
diff --git a/doc/DevSetup.md b/doc/DevSetup.md
index c87762ca85..65cc43bc20 100644
--- a/doc/DevSetup.md
+++ b/doc/DevSetup.md
@@ -26,7 +26,7 @@ On Windows:
* [Cygwin's Bison, flex, and patch](https://cygwin.com/setup-x86_64.exe) (optional)
* This is only required if you need to modify GLSL ES grammar files (`glslang.l` and `glslang.y` under `src/compiler/translator`, or `ExpressionParser.y` and `Tokenizer.l` in `src/compiler/preprocessor`).
Use the latest versions of bison, flex and patch from the 64-bit cygwin distribution.
- * Non-googlers need to set DEPOT_TOOLS_WIN_TOOLCHAIN environment variable to 0.
+ * **IMPORTANT**: Non-googlers need to set `DEPOT_TOOLS_WIN_TOOLCHAIN` environment variable to 0.
On Linux: