From 651e22798f1b5e602af316778623328c2db778ed Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 15 Oct 2001 21:30:15 +0000 Subject: 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. --- pango/break.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pango/break.c') 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 -- cgit v1.2.1