diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-17 00:43:39 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 13:17:36 -0500 |
commit | ca11df5f8f900e49a7d1d34c02f3bdedb693910b (patch) | |
tree | 9714f06511c26fb54d00ea3ae5c837fa955c4d9d /pango/pango-attributes.c | |
parent | 3733c1634b0f9a531d2f26d337274fc608b68875 (diff) | |
download | pango-ca11df5f8f900e49a7d1d34c02f3bdedb693910b.tar.gz |
docs: Convert markup and attributes docs to pango_markup.md
Diffstat (limited to 'pango/pango-attributes.c')
-rw-r--r-- | pango/pango-attributes.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c index 49226da5..85640b34 100644 --- a/pango/pango-attributes.c +++ b/pango/pango-attributes.c @@ -19,17 +19,6 @@ * Boston, MA 02111-1307, USA. */ -/** - * SECTION:text-attributes - * @short_description:Font and other attributes for annotating text - * @title: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> |