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-engine.c | |
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-engine.c')
-rw-r--r-- | pango/pango-engine.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-engine.c b/pango/pango-engine.c index 9c7bf3b3..e8988b01 100644 --- a/pango/pango-engine.c +++ b/pango/pango-engine.c @@ -39,7 +39,7 @@ * @title:PangoEngineLang * @stability:Unstable * - * The <firstterm>language engines</firstterm> are rendering-system independent + * The *language engines* are rendering-system independent * engines that determine line, word, and character breaks for character strings. * These engines are used in pango_break(). * @@ -51,7 +51,7 @@ * @title:PangoEngineShape * @stability:Unstable * - * The <firstterm>shape engines</firstterm> are rendering-system dependent + * The *shape engines* are rendering-system dependent * engines that convert character strings into glyph strings. * These engines are used in pango_shape(). * |