diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-12-10 21:12:45 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-12-10 21:14:31 -0500 |
commit | c1c702ab271c24bd588cc385bc9ca3e1719421f1 (patch) | |
tree | 63a33c039f792a73746eaeb2ca5545d01c3fd9bb /pango/pango-utils.c | |
parent | d2153e740a299f1282adfde7813fd2fb587b23a3 (diff) | |
download | pango-c1c702ab271c24bd588cc385bc9ca3e1719421f1.tar.gz |
docs: Cosmeticsmisc-doc-fixups
Add more links to GLib apis and to various
Unicode specs.
Diffstat (limited to 'pango/pango-utils.c')
-rw-r--r-- | pango/pango-utils.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c index 412f417a..886e3d1d 100644 --- a/pango/pango-utils.c +++ b/pango/pango-utils.c @@ -897,8 +897,9 @@ pango_find_base_dir (const gchar *text, * Checks if a character that should not be normally rendered. * * This includes all Unicode characters with "ZERO WIDTH" in their name, - * as well as *bidi* formatting characters, and a few other ones. This is - * totally different from g_unichar_iszerowidth() and is at best misnamed. + * as well as *bidi* formatting characters, and a few other ones. + * + * This is totally different from [func@GLib.unichar_iszerowidth] and is at best misnamed. * * Return value: %TRUE if @ch is a zero-width character, %FALSE otherwise * |