summaryrefslogtreecommitdiff
path: root/pango/pango-script.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2005-11-17 08:02:09 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2005-11-17 08:02:09 +0000
commitb9331c51d17a00fc7fe9a81dd1c1691dd23819be (patch)
treec3fb68d609dab317af34f5078f71235ceee3724a /pango/pango-script.c
parentd4a4b736fa97361a8f5f7d010c1b34cb48d34925 (diff)
downloadpango-b9331c51d17a00fc7fe9a81dd1c1691dd23819be.tar.gz
More documentation improvements.
2005-11-17 Behdad Esfahbod <behdad@gnome.org> * docs/tmpl/coverage-maps.sgml docs/tmpl/fonts.sgml docs/tmpl/glyphs.sgml docs/tmpl/layout.sgml docs/tmpl/main.sgml docs/tmpl/scripts.sgml docs/tmpl/tab-stops.sgml docs/tmpl/text-attributes.sgml pango/break.c pango/fonts.c pango/pango-fontset.c pango/pango-layout.c pango/pango-script.c pango/pango-utils.c pango/pangofc-decoder.c pango/pangofc-decoder.h pango/pangofc-font.c pango/pangofc-font.h pango/pangoxft-font.c: More documentation improvements.
Diffstat (limited to 'pango/pango-script.c')
-rw-r--r--pango/pango-script.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/pango/pango-script.c b/pango/pango-script.c
index 298dd41c..85ad543d 100644
--- a/pango/pango-script.c
+++ b/pango/pango-script.c
@@ -110,11 +110,11 @@ pango_script_for_unichar_bsearch (gunichar ch)
/**
* pango_script_for_unichar:
- * @ch: a unicode characters
+ * @ch: a Unicode character
*
* Looks up the #PangoScript for a particular character (as defined by
- * Unicode Technical report #24). No check is made for @ch being
- * valid unicode character; if you pass in invalid character, the
+ * Unicode Standard Annex #24). No check is made for @ch being a
+ * valid Unicode character; if you pass in invalid character, the
* result is undefined.
*
* Return value: the #PangoScript for the character.
@@ -133,14 +133,14 @@ pango_script_for_unichar (gunichar ch)
/**
* pango_script_iter_new:
* @text: a UTF-8 string
- * @length: length of @text, or -1 if @text is NUL-terminated.
+ * @length: length of @text, or -1 if @text is nul-terminated.
*
* Create a new #PangoScriptIter, used to break a string of
* Unicode into runs by text. No copy is made of @text, so
* the caller needs to make sure it remains valid until
* the iterator is freed with pango_script_iter_free ().x
*
- * Return value: the newly created script iterator, initialized
+ * Return value: the new script iterator, initialized
* to point at the first range in the text. If the string is
* empty, it will point at an empty range.
**/