[docs] Rename section titles to object names
More useful.
This commit is contained in:
parent
524fb70216
commit
5dd86aa33b
@ -42,7 +42,7 @@
|
||||
|
||||
/**
|
||||
* SECTION: hb-blob
|
||||
* @title: Blobs
|
||||
* @title: hb_blob_t
|
||||
* @short_description: Binary data containers
|
||||
* @include: hb.h
|
||||
*
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
/**
|
||||
* SECTION: hb-buffer
|
||||
* @title: Buffers
|
||||
* @title: hb_buffer_t
|
||||
* @short_description: Input and output buffers
|
||||
* @include: hb.h
|
||||
*
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
/**
|
||||
* SECTION:hb-map
|
||||
* @title: Map
|
||||
* @title: hb_map_t
|
||||
* @short_description: Object representing integer to integer mapping
|
||||
* @include: hb.h
|
||||
*
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
/**
|
||||
* SECTION:hb-set
|
||||
* @title: Set
|
||||
* @title: hb_set_t
|
||||
* @short_description: Object representing a set of integers
|
||||
* @include: hb.h
|
||||
*
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
/**
|
||||
* SECTION: hb-unicode
|
||||
* @title: Unicode functions
|
||||
* @title: hb_unicode_funcs_t
|
||||
* @short_description: Unicode character property access
|
||||
* @include: hb.h
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user