8cc4cdc467
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> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
dm | ||
docker | ||
docs | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
src | ||
tests | ||
third_party | ||
tools | ||
.clang-format | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
Doxyfile | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
whitespace.txt |
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. See full details, and build instructions, at https://skia.org.