Add docs for prettify.
Preview here: http://skia.org/dev/tools/markdown?cl=862933002 BUG=skia: Review URL: https://codereview.chromium.org/862933002
This commit is contained in:
parent
6a04c8c917
commit
0f2e055580
@ -42,8 +42,14 @@ Or go old school and use [ASCII art](http://asciiflow.com/):
|
||||
|
||||
~~~~
|
||||
|
||||
Format code snippets or other preformatted text.
|
||||
Format code snippets or other preformatted text. Just surround the code
|
||||
with `~~~~`. You can also trigger syntax highlighting by putting in
|
||||
the following HTML comment before the code section:
|
||||
|
||||
<!--?prettify?-->
|
||||
|
||||
|
||||
<!--?prettify?-->
|
||||
~~~~
|
||||
class SK_API SkPaint {
|
||||
public:
|
||||
@ -54,6 +60,7 @@ public:
|
||||
SkPaint& operator=(const SkPaint&);
|
||||
~~~~
|
||||
|
||||
|
||||
Tables
|
||||
|
||||
Name | Value | Summary
|
||||
|
Loading…
Reference in New Issue
Block a user