skia2/site/user
Cary Clark 8cc4cdc467 fix bookmaker
this fixes the build

The checked in code is tricky because bookmaker
doesn't understand the value of the #define
so doesn't know which side of the #ifdef is valid.

So it assumes it should have both.

But then there are two identical functions:

SkFontHinting getHinting() const
Hinting getHinting() const

since just like C, bookmaker can't uniquely
identify a function on its return type alone.

So to fix the build, the second one is commented out
bookmaker-style, using the lines mentioned below.

When legacy flags for hinting enum gets
re-landed, remove these lines to reenable
the documentation for SkFontHinting getHinting() const

" # Disable for now
" #ToDo no spelling errors
" ###$ block comment

" $$$# end of block comment
" #ToDo ##

TBR=reed@google.com

Docs-Preview: https://skia.org/?cl=170275
Bug: skia:
Change-Id: Ibc0e9fac48fd0b57524a35133306728e38b600d6
Reviewed-on: https://skia-review.googlesource.com/c/170275
Commit-Queue: Cary Clark <caryclark@skia.org>
Auto-Submit: Cary Clark <caryclark@skia.org>
Reviewed-by: Cary Clark <caryclark@skia.org>
2018-11-10 04:49:37 +00:00
..
api fix bookmaker 2018-11-10 04:49:37 +00:00
modules [canvaskit] Update examples after enum name change 2018-11-07 15:45:14 +00:00
sample Docs: update to docs from a4daf19319 2018-09-21 20:01:25 +00:00
special Reland "Remove old references to SampleApp" 2018-06-18 21:09:09 +00:00
build.md Remove .bat and .exe from commands where possible. 2018-06-19 17:29:15 +00:00
download.md Changes to site documentation 2018-01-11 19:47:58 +00:00
index.md Add link annotation support to SkSVGDevice. 2018-02-06 23:35:16 +00:00
issue-tracker.md Expand Issue Tracking docs to include triage, Chrome instructions 2016-08-18 18:32:17 -07:00
METADATA add skia.org modules section, animation page 2018-08-08 14:30:03 +00:00
tips.md SkShaper: Fix a couple of crashes when fonts aren't found 2018-10-31 17:46:54 +00:00