From 1d40d72f291ed5e11850f8bd51a8562b57de1997 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 27 Oct 2018 05:00:42 -0700 Subject: [PATCH] [docs] Hook up hb-var --- docs/harfbuzz-docs.xml | 1 + src/hb-ot-var.cc | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/docs/harfbuzz-docs.xml b/docs/harfbuzz-docs.xml index 140184af4..31aa4058b 100644 --- a/docs/harfbuzz-docs.xml +++ b/docs/harfbuzz-docs.xml @@ -76,6 +76,7 @@ + diff --git a/src/hb-ot-var.cc b/src/hb-ot-var.cc index 472ee8452..64087be81 100644 --- a/src/hb-ot-var.cc +++ b/src/hb-ot-var.cc @@ -32,6 +32,17 @@ #include "hb-ot-var-mvar-table.hh" #include "hb-ot-var.h" + +/** + * SECTION:hb-ot-var + * @title: hb-ot-var + * @short_description: OpenType Font Variations + * @include: hb-ot.h + * + * Functions for fetching information about OpenType Variable Fonts. + **/ + + /* * fvar/avar */