summaryrefslogtreecommitdiff
path: root/pango/break.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-10-15 21:30:15 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-10-15 21:30:15 +0000
commit651e22798f1b5e602af316778623328c2db778ed (patch)
tree28b0f0e91307d33997fbc6a0a35c466ce3faa3c8 /pango/break.c
parent4191e19b57ebcf92f01899ee564590f6e1b16fb3 (diff)
downloadpango-651e22798f1b5e602af316778623328c2db778ed.tar.gz
pango/tmpl/x-fonts.sgml pango/break.c small documentation fixes.
* pango/tmpl/x-fonts.sgml * pango/break.c * pango/fonts.c: small documentation fixes.
Diffstat (limited to 'pango/break.c')
-rw-r--r--pango/break.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/pango/break.c b/pango/break.c
index 5aeb397d..1437503d 100644
--- a/pango/break.c
+++ b/pango/break.c
@@ -1282,7 +1282,6 @@ pango_default_break (const gchar *text,
* @analysis: #PangoAnalysis structure from pango_itemize()
* @attrs: an array to store character information in
* @attrs_len: size of the array passed as @attrs
-
*
* Determines possible line, word, and character breaks
* for a string of Unicode text.
@@ -1320,7 +1319,7 @@ pango_break (const gchar *text,
* return-newline pair, or Unicode paragraph separator character. The
* index of the run of delimiters is returned in
* @paragraph_delimiter_index. The index of the start of the paragraph
- * (index after all delimiters) is stored in @paragraph_start.
+ * (index after all delimiters) is stored in @next_paragraph_start.
*
* If no delimiters are found, both @paragraph_delimiter_index and
* @next_paragraph_start are filled with the length of @text (an index one
@@ -1413,7 +1412,7 @@ pango_find_paragraph_boundary (const gchar *text,
* @log_attrs: array with one #PangoLogAttr per character in @text, plus one extra, to be filled in
* @attrs_len: length of @log_attrs array
*
- * Computes a PangoLogAttr for each character in @text. The @log_attrs
+ * Computes a #PangoLogAttr for each character in @text. The @log_attrs
* array must have one #PangoLogAttr for each position in @text; if
* @text contains N characters, it has N+1 positions, including the
* last position at the end of the text. @text should be an entire