diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-23 23:36:12 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-23 23:36:12 -0400 |
commit | 9d284b4ae077552e80acd529559c0108e8d87a71 (patch) | |
tree | caca9f6710597f3b0a402616cfec3de512bc6b5c /pango/pango-attributes.c | |
parent | b69d90d51a601f15c1fe79b17eedca2ce0d7996d (diff) | |
download | pango-9d284b4ae077552e80acd529559c0108e8d87a71.tar.gz |
doc cleanups
Clean up some headers, and shovel docs around.
Diffstat (limited to 'pango/pango-attributes.c')
-rw-r--r-- | pango/pango-attributes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c index 15edfbe8..4db959fd 100644 --- a/pango/pango-attributes.c +++ b/pango/pango-attributes.c @@ -556,7 +556,7 @@ pango_attr_size_new_internal (int size, /** * pango_attr_size_new: - * @size: the font size, in %PANGO_SCALE<!-- -->ths of a point. + * @size: the font size, in %PANGO_SCALEths of a point. * * Create a new font-size attribute in fractional points. * @@ -571,7 +571,7 @@ pango_attr_size_new (int size) /** * pango_attr_size_new_absolute: - * @size: the font size, in %PANGO_SCALE<!-- -->ths of a device unit. + * @size: the font size, in %PANGO_SCALEths of a device unit. * * Create a new font-size attribute in device units. * |