aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/user/api/index.md
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2017-07-28 15:18:29 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-28 19:25:53 +0000
commit12799e17d55c09d322bc49bfd9f1247c03f3c0b2 (patch)
treeeeceb48d3c31aefe1c96ebc22726df31e6fd34ab /site/user/api/index.md
parent293d9bd3c2f5a10734bdfb755d4853c57632ac08 (diff)
bookmaker generated site docs
The documents were generated by running tools/bookmaker against docs/*.bmh No-Try: true Docs-Preview: https://skia.org/?cl=28002 Change-Id: I7d7dd73cdea4a234c6175646d5b8938e1af3117a Reviewed-on: https://skia-review.googlesource.com/28002 Reviewed-by: Cary Clark <caryclark@skia.org> Commit-Queue: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'site/user/api/index.md')
-rw-r--r--site/user/api/index.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/site/user/api/index.md b/site/user/api/index.md
index 3d02eddc7f..008f9a15d1 100644
--- a/site/user/api/index.md
+++ b/site/user/api/index.md
@@ -24,14 +24,17 @@ attributes of the drawing are controlled by the paint.
Using the SkCanvas API:
-1. **[SkCanvas](/user/api/skcanvas)** - the drawing context.
-2. **[SkPaint](/user/api/skpaint)** - color, stroke, font, effects
-3. **[SkRect](/user/api/skrect)** - rectangles
-4. **[SkRegion](/user/api/skregion)** - set operations with rectangles and paths
+1. **[SkCanvas Overview](/user/api/skcanvas_overview)** - the drawing context.
+2. **[Creating SkCanvas Objects](/user/api/creating_skcanvas)**
+3. **[SkPaint Overview](/user/api/skpaint_overview)** - color, stroke, font, effects
+4. **[SkRect Overview](/user/api/skrect_overview)** - rectangles
+5. **[SkRegion Overview](/user/api/skregion_overview)** - set operations with rectangles and paths
-Appendix:
+Reference:
-1. **[Creating SkCanvas Objects](/user/api/canvas)**
+1. **[SkCanvas Reference](/user/api/SkCanvas_Reference)** - the drawing context.
+2. **[SkPaint Reference](/user/api/SkPaint_Reference)** - color, stroke, font, effects
+3. **[SkPath Reference](/user/api/SkPath_Reference)** - paths
Autogenerated Doxygen Documentaion
----------------------------------