diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-04 17:57:01 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 13:17:36 -0500 |
commit | bc2106a9e19b412c22390b8709d6ea2bc4df179d (patch) | |
tree | 0fac475d51e8a172aa86e25312e3ce3e2c7847c2 /pango/pango-font.h | |
parent | 7d3628ba5dfb173bc8b1d5e7ad0a214d428fb6a7 (diff) | |
download | pango-bc2106a9e19b412c22390b8709d6ea2bc4df179d.tar.gz |
docs: Replace lots of vestigial xml markup
We want to use pure markdown, since docbook
is going away as the intermediate format.
Diffstat (limited to 'pango/pango-font.h')
-rw-r--r-- | pango/pango-font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-font.h b/pango/pango-font.h index ba1ea3ae..cc12a295 100644 --- a/pango/pango-font.h +++ b/pango/pango-font.h @@ -582,7 +582,7 @@ PangoFontFamily * pango_font_face_get_family (PangoFontFace *face); * To create an implementation of a #PangoFont, * the rendering-system specific code should allocate * a larger structure that contains a nested - * #PangoFont, fill in the <structfield>klass</structfield> member of + * #PangoFont, fill in the `klass` member of * the nested #PangoFont with a pointer to * a appropriate #PangoFontClass, then call * pango_font_init() on the structure. |