diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2013-09-27 14:36:51 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2013-09-27 14:36:51 -0400 |
commit | 6d08bcab0d2821365a2ffd955cbbb07270565664 (patch) | |
tree | 6bffdc716a62ea60c0db7ed08d7f5a0d205302f1 /pango/pango-coverage.c | |
parent | bb5c4c8497157afddcb5ced7e16c5dad4e893a03 (diff) | |
download | pango-6d08bcab0d2821365a2ffd955cbbb07270565664.tar.gz |
Bug 685167 - migrate docs to no-tmpl flavour
Patch from Rafał Mużyło.
Diffstat (limited to 'pango/pango-coverage.c')
-rw-r--r-- | pango/pango-coverage.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pango/pango-coverage.c b/pango/pango-coverage.c index d84a5cd3..eccd4f99 100644 --- a/pango/pango-coverage.c +++ b/pango/pango-coverage.c @@ -19,6 +19,16 @@ * Boston, MA 02111-1307, USA. */ +/** + * SECTION:coverage-maps + * @short_description:Unicode character range coverage storage + * @title:Coverage Maps + * + * It is often necessary in Pango to determine if a particular font can + * represent a particular character, and also how well it can represent + * that character. The #PangoCoverage is a data structure that is used + * to represent that information. + */ #include "config.h" #include <string.h> @@ -444,7 +454,7 @@ pango_coverage_get_uint32 (guchar **ptr) * representing a #PangoCoverage * @n_bytes: the size of @bytes in bytes * - * Convert data generated from pango_converage_to_bytes() back + * Convert data generated from pango_coverage_to_bytes() back * to a #PangoCoverage * * Return value: (transfer full): a newly allocated #PangoCoverage, or |