diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-05-19 16:06:44 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-05-19 16:34:05 -0400 |
commit | 7f04ed9259fd91cdb3dc61c5aa43d196ec6a965f (patch) | |
tree | 51fdf2d97b85ef4a3e7c870389b92130c9b1a491 /pango/pango-ot-private.h | |
parent | 75eee838a91bad404d211b002f26e9af3033f0d5 (diff) | |
download | pango-7f04ed9259fd91cdb3dc61c5aa43d196ec6a965f.tar.gz |
docs: Convert gtk-doc syntax leftoversdocs-cleanup
Remove leftovers like #Type, reduce indentations
to avoid markdown block quotes, etc.
Diffstat (limited to 'pango/pango-ot-private.h')
-rw-r--r-- | pango/pango-ot-private.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pango/pango-ot-private.h b/pango/pango-ot-private.h index 7ba44c6a..9a88c3f4 100644 --- a/pango/pango-ot-private.h +++ b/pango/pango-ot-private.h @@ -38,10 +38,10 @@ typedef struct _PangoOTInfoClass PangoOTInfoClass; /** * PangoOTInfo: * - * The #PangoOTInfo struct contains the various + * The `PangoOTInfo` struct contains the various * tables associated with an OpenType font. It contains only private fields and * should only be accessed via the pango_ot_info_… functions - * which are documented below. To obtain a #PangoOTInfo, + * which are documented below. To obtain a `PangoOTInfo`, * use pango_ot_info_get(). */ struct _PangoOTInfo @@ -73,11 +73,11 @@ struct _PangoOTRulesetClass /** * PangoOTBuffer: * - * The #PangoOTBuffer structure is used to store strings of glyphs associated - * with a #PangoFcFont, suitable for OpenType layout processing. It contains + * The `PangoOTBuffer` structure is used to store strings of glyphs associated + * with a `PangoFcFont`, suitable for OpenType layout processing. It contains * only private fields and should only be accessed via the * pango_ot_buffer_… functions which are documented below. - * To obtain a #PangoOTBuffer, use pango_ot_buffer_new(). + * To obtain a `PangoOTBuffer`, use pango_ot_buffer_new(). */ struct _PangoOTBuffer { |