diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-15 01:16:48 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 13:17:36 -0500 |
commit | 08e67e152d82007bd8e96beec0559e984f9a01fb (patch) | |
tree | e7081d013888d862a8a92a416a1081fb446e3d8f /pango/pango-item.h | |
parent | 42f7a372cf18adea91aa28f27b061f74a6d05b32 (diff) | |
download | pango-08e67e152d82007bd8e96beec0559e984f9a01fb.tar.gz |
docs: Port PangoItem to the new doc format
Replace gtk-doc'isms and use gi-docgen links instead.
Diffstat (limited to 'pango/pango-item.h')
-rw-r--r-- | pango/pango-item.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/pango/pango-item.h b/pango/pango-item.h index d4162f90..9c02a45a 100644 --- a/pango/pango-item.h +++ b/pango/pango-item.h @@ -66,13 +66,13 @@ typedef struct _PangoItem PangoItem; * @lang_engine: unused * @font: the font for this segment. * @level: the bidirectional level for this segment. - * @gravity: the glyph orientation for this segment (A #PangoGravity). + * @gravity: the glyph orientation for this segment (A `PangoGravity`). * @flags: boolean flags for this segment (Since: 1.16). - * @script: the detected script for this segment (A #PangoScript) (Since: 1.18). + * @script: the detected script for this segment (A `PangoScript`) (Since: 1.18). * @language: the detected language for this segment. * @extra_attrs: extra attributes for this segment. * - * The #PangoAnalysis structure stores information about + * The `PangoAnalysis` structure stores information about * the properties of a segment of text. */ struct _PangoAnalysis @@ -98,7 +98,10 @@ struct _PangoAnalysis * @num_chars: number of Unicode characters in the item. * @analysis: analysis results for the item. * - * The #PangoItem structure stores information about a segment of text. + * The `PangoItem` structure stores information about a segment of text. + * + * You typically obtain `PangoItems` by itemizing a piece of text + * with [func@itemize]. */ struct _PangoItem { |