[docs] Change section titles again
I think I like the uniform "hb-*" more.
This commit is contained in:
parent
04981ee05d
commit
cf5fa57f00
@ -42,7 +42,7 @@
|
||||
|
||||
/**
|
||||
* SECTION: hb-blob
|
||||
* @title: hb_blob_t
|
||||
* @title: hb-blob
|
||||
* @short_description: Binary data containers
|
||||
* @include: hb.h
|
||||
*
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
/**
|
||||
* SECTION: hb-buffer
|
||||
* @title: hb_buffer_t
|
||||
* @title: hb-buffer
|
||||
* @short_description: Input and output buffers
|
||||
* @include: hb.h
|
||||
*
|
||||
|
@ -38,7 +38,7 @@
|
||||
|
||||
/**
|
||||
* SECTION:hb-common
|
||||
* @title: Common types
|
||||
* @title: hb-common
|
||||
* @short_description: Common data types
|
||||
* @include: hb.h
|
||||
*
|
||||
@ -628,7 +628,7 @@ hb_user_data_array_t::get (hb_user_data_key_t *key)
|
||||
|
||||
/**
|
||||
* SECTION:hb-version
|
||||
* @title: Version
|
||||
* @title: hb-version
|
||||
* @short_description: Information about the version of HarfBuzz in use
|
||||
* @include: hb.h
|
||||
*
|
||||
|
@ -36,6 +36,18 @@
|
||||
#include "hb-font.h"
|
||||
#include "hb-set.h"
|
||||
|
||||
|
||||
/**
|
||||
* SECTION:hb-deprecated
|
||||
* @title: hb-deprecated
|
||||
* @short_description: Deprecated API
|
||||
* @include: hb.h
|
||||
*
|
||||
* These API have been deprecated in favor of newer API, or because they
|
||||
* were deemed unnecessary.
|
||||
**/
|
||||
|
||||
|
||||
HB_BEGIN_DECLS
|
||||
|
||||
#ifndef HB_DISABLE_DEPRECATED
|
||||
|
@ -37,7 +37,7 @@
|
||||
|
||||
/**
|
||||
* SECTION:hb-face
|
||||
* @title: hb_face_t
|
||||
* @title: hb-face
|
||||
* @short_description: Font face objects
|
||||
* @include: hb.h
|
||||
*
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
/**
|
||||
* SECTION:hb-font
|
||||
* @title: hb_font_t
|
||||
* @title: hb-font
|
||||
* @short_description: Font objects
|
||||
* @include: hb.h
|
||||
*
|
||||
|
@ -37,7 +37,7 @@
|
||||
|
||||
/**
|
||||
* SECTION:hb-shape
|
||||
* @title: Shaping
|
||||
* @title: hb-shape
|
||||
* @short_description: Conversion of text strings into positioned glyphs
|
||||
* @include: hb.h
|
||||
*
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
/**
|
||||
* SECTION: hb-unicode
|
||||
* @title: hb_unicode_funcs_t
|
||||
* @title: hb-unicode
|
||||
* @short_description: Unicode character property access
|
||||
* @include: hb.h
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user