[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
|
* SECTION: hb-blob
|
||||||
* @title: hb_blob_t
|
* @title: hb-blob
|
||||||
* @short_description: Binary data containers
|
* @short_description: Binary data containers
|
||||||
* @include: hb.h
|
* @include: hb.h
|
||||||
*
|
*
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION: hb-buffer
|
* SECTION: hb-buffer
|
||||||
* @title: hb_buffer_t
|
* @title: hb-buffer
|
||||||
* @short_description: Input and output buffers
|
* @short_description: Input and output buffers
|
||||||
* @include: hb.h
|
* @include: hb.h
|
||||||
*
|
*
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:hb-common
|
* SECTION:hb-common
|
||||||
* @title: Common types
|
* @title: hb-common
|
||||||
* @short_description: Common data types
|
* @short_description: Common data types
|
||||||
* @include: hb.h
|
* @include: hb.h
|
||||||
*
|
*
|
||||||
|
@ -628,7 +628,7 @@ hb_user_data_array_t::get (hb_user_data_key_t *key)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:hb-version
|
* SECTION:hb-version
|
||||||
* @title: Version
|
* @title: hb-version
|
||||||
* @short_description: Information about the version of HarfBuzz in use
|
* @short_description: Information about the version of HarfBuzz in use
|
||||||
* @include: hb.h
|
* @include: hb.h
|
||||||
*
|
*
|
||||||
|
|
|
@ -36,6 +36,18 @@
|
||||||
#include "hb-font.h"
|
#include "hb-font.h"
|
||||||
#include "hb-set.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
|
HB_BEGIN_DECLS
|
||||||
|
|
||||||
#ifndef HB_DISABLE_DEPRECATED
|
#ifndef HB_DISABLE_DEPRECATED
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:hb-face
|
* SECTION:hb-face
|
||||||
* @title: hb_face_t
|
* @title: hb-face
|
||||||
* @short_description: Font face objects
|
* @short_description: Font face objects
|
||||||
* @include: hb.h
|
* @include: hb.h
|
||||||
*
|
*
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:hb-font
|
* SECTION:hb-font
|
||||||
* @title: hb_font_t
|
* @title: hb-font
|
||||||
* @short_description: Font objects
|
* @short_description: Font objects
|
||||||
* @include: hb.h
|
* @include: hb.h
|
||||||
*
|
*
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:hb-shape
|
* SECTION:hb-shape
|
||||||
* @title: Shaping
|
* @title: hb-shape
|
||||||
* @short_description: Conversion of text strings into positioned glyphs
|
* @short_description: Conversion of text strings into positioned glyphs
|
||||||
* @include: hb.h
|
* @include: hb.h
|
||||||
*
|
*
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION: hb-unicode
|
* SECTION: hb-unicode
|
||||||
* @title: hb_unicode_funcs_t
|
* @title: hb-unicode
|
||||||
* @short_description: Unicode character property access
|
* @short_description: Unicode character property access
|
||||||
* @include: hb.h
|
* @include: hb.h
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue