diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-11-21 23:14:51 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-11-21 23:14:51 +0000 |
commit | 44eabb622d81331bd4fc0d09922dfd6d48b15512 (patch) | |
tree | 8184ad6be75b54ff3fd356bfb8ea0b350b62b046 /pango | |
parent | e514428409d3bd9a0bfa5a66856b0f590fd771ad (diff) | |
download | pango-44eabb622d81331bd4fc0d09922dfd6d48b15512.tar.gz |
Version 0.22. Updated Update. Don't look like a doc comment.
Wed Nov 21 12:54:39 2001 Owen Taylor <otaylor@redhat.com>
* configure.in (PANGO_MINOR_VERSION): Version 0.22.
* NEWS: Updated
* docs/pango-sections.txt Makefile.am: Update.
* pango/pango-layout.c (process_item): Don't look
like a doc comment.
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pango-layout.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c index f1b9f9b9..1e75ea85 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -2509,8 +2509,7 @@ insert_run (PangoLayoutLine *line, line->length += run_item->length; } -/** - * Tries to insert as much as possible of the item at the head of +/* Tries to insert as much as possible of the item at the head of * state->items onto @line. Three results are possible: * * BREAK_NONE_FIT: Could @@ -2527,7 +2526,7 @@ insert_run (PangoLayoutLine *line, * returned even everything fits; the run will be broken earlier, * or BREAK_NONE_FIT returned. This is used when the end of the * run is not a break position. - **/ + */ static BreakResult process_item (PangoLayout *layout, PangoLayoutLine *line, |