[docs] Rename section titles to object names

More useful.
This commit is contained in:
Behdad Esfahbod 2018-10-27 04:28:40 -07:00
parent 524fb70216
commit 5dd86aa33b
8 changed files with 10 additions and 10 deletions

View File

@ -42,7 +42,7 @@
/** /**
* SECTION: hb-blob * SECTION: hb-blob
* @title: Blobs * @title: hb_blob_t
* @short_description: Binary data containers * @short_description: Binary data containers
* @include: hb.h * @include: hb.h
* *

View File

@ -33,7 +33,7 @@
/** /**
* SECTION: hb-buffer * SECTION: hb-buffer
* @title: Buffers * @title: hb_buffer_t
* @short_description: Input and output buffers * @short_description: Input and output buffers
* @include: hb.h * @include: hb.h
* *

View File

@ -37,8 +37,8 @@
/** /**
* SECTION:hb-face * SECTION:hb-face
* @title: Face * @title: hb_face_t
* @short_description: Font face object * @short_description: Font face objects
* @include: hb.h * @include: hb.h
* *
* Font face is objects represent a single face in a font family. * Font face is objects represent a single face in a font family.

View File

@ -36,8 +36,8 @@
/** /**
* SECTION:hb-font * SECTION:hb-font
* @title: Font * @title: hb_font_t
* @short_description: Font object * @short_description: Font objects
* @include: hb.h * @include: hb.h
* *
* Font objects represent a font face at a certain size and other * Font objects represent a font face at a certain size and other

View File

@ -29,7 +29,7 @@
/** /**
* SECTION:hb-map * SECTION:hb-map
* @title: Map * @title: hb_map_t
* @short_description: Object representing integer to integer mapping * @short_description: Object representing integer to integer mapping
* @include: hb.h * @include: hb.h
* *

View File

@ -29,7 +29,7 @@
/** /**
* SECTION:hb-set * SECTION:hb-set
* @title: Set * @title: hb_set_t
* @short_description: Object representing a set of integers * @short_description: Object representing a set of integers
* @include: hb.h * @include: hb.h
* *

View File

@ -33,7 +33,7 @@
/** /**
* SECTION:hb-shape-plan * SECTION:hb-shape-plan
* @title: Shape plan * @title: hb_shape_plan_t
* @short_description: Object representing a shaping plan * @short_description: Object representing a shaping plan
* @include: hb.h * @include: hb.h
* *

View File

@ -35,7 +35,7 @@
/** /**
* SECTION: hb-unicode * SECTION: hb-unicode
* @title: Unicode functions * @title: hb_unicode_funcs_t
* @short_description: Unicode character property access * @short_description: Unicode character property access
* @include: hb.h * @include: hb.h
* *