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-attributes.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-attributes.c')
-rw-r--r-- | pango/pango-attributes.c | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c index 9551eb60..9059b1de 100644 --- a/pango/pango-attributes.c +++ b/pango/pango-attributes.c @@ -19,6 +19,17 @@ * Boston, MA 02111-1307, USA. */ +/** + * SECTION:text-attributes + * @short_description:Font and other attributes for annotating text + * @title:Text Attributes + * + * Attributed text is used in a number of places in Pango. It + * is used as the input to the itemization process and also when + * creating a #PangoLayout. The data types and functions in + * this section are used to represent and manipulate sets + * of attributes applied to a portion of text. + */ #include "config.h" #include <string.h> @@ -122,7 +133,7 @@ pango_attr_type_get_name (PangoAttrType type) /** * pango_attribute_init: * @attr: a #PangoAttribute - * @klass: a #PangoAttributeClass + * @klass: a #PangoAttrClass * * Initializes @attr's klass to @klass, * it's start_index to %PANGO_ATTR_INDEX_FROM_TEXT_BEGINNING |