[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
* @title: Blobs
* @title: hb_blob_t
* @short_description: Binary data containers
* @include: hb.h
*

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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