skia2/site/dev
Mike Klein bf23d5621f style guide tweaks
Most of this is just not mentioning things that need not be mentioned
anymore, but there's one slight style tweak which I think is better,
from

    case Foo: {
        ...
        break;
    }

to

    case Foo: {
        ...
    } break;

which is a little clearer that all paths through case Foo break
when the contents of the {} block become complicated.

Change-Id: Id7fe5ab09437006d125313b07862613316dd403c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/312576
Reviewed-by: Brian Salomon <bsalomon@google.com>
2020-08-24 13:37:28 +00:00
..
chrome [docs] Fix file path in blink.md 2020-05-26 15:30:24 +00:00
contrib style guide tweaks 2020-08-24 13:37:28 +00:00
design tools: bin/sync just alias for git-sync-deps now 2019-02-22 20:05:05 +00:00
flutter Some basic Flutter/Fuchsia docs 2017-07-19 13:17:54 +00:00
internal skia.org internal links: Add link to Google3 Autoroller doc. 2016-02-22 09:31:38 -08:00
present try again on md formatting 2015-12-10 08:03:58 -08:00
sheriffing add chrome bug triage to the Sheriff's Documentation 2020-08-03 18:12:22 +00:00
testing add SkRRect::readFromMemory() fuzzer 2020-08-11 20:26:28 +00:00
tools Add a dev tools section about debug visualizers. 2020-07-29 21:15:43 +00:00
index.md Document some skia perf interesting queries. 2015-01-09 10:35:52 -08:00
METADATA Documentation: move some things around 2016-11-14 14:31:14 +00:00