[docs] More

This commit is contained in:
Behdad Esfahbod 2018-10-27 04:27:36 -07:00
parent 46072b7cb5
commit 524fb70216
2 changed files with 20 additions and 2 deletions

View File

@ -27,7 +27,16 @@
#include "hb-map.hh"
/* Public API */
/**
* SECTION:hb-map
* @title: Map
* @short_description: Object representing integer to integer mapping
* @include: hb.h
*
* Map objects are integer-to-integer hash-maps. Currently they are
* not used in the HarfBuzz public API, but are provided for client's
* use if desired.
**/
/**

View File

@ -27,7 +27,16 @@
#include "hb-set.hh"
/* Public API */
/**
* SECTION:hb-set
* @title: Set
* @short_description: Object representing a set of integers
* @include: hb.h
*
* Set objects represent a mathematical set of integer values. They are
* used in non-shaping API to query certain set of characters or glyphs,
* or other integer values.
**/
/**