diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-04-19 22:50:35 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-04-20 00:38:58 -0400 |
commit | b4c79bad34fa414273dcb5d3bcdf9913c80f57c5 (patch) | |
tree | babb6659edf17a6f30b3b09c1e73f540c1e15dd6 /gtk/gtktextlayout.c | |
parent | 013cc096513bcafdb28f687722cf54e38766ee69 (diff) | |
download | gtk+-b4c79bad34fa414273dcb5d3bcdf9913c80f57c5.tar.gz |
Assorted documentation fixes
Diffstat (limited to 'gtk/gtktextlayout.c')
-rw-r--r-- | gtk/gtktextlayout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktextlayout.c b/gtk/gtktextlayout.c index a646151f29..0719dcb222 100644 --- a/gtk/gtktextlayout.c +++ b/gtk/gtktextlayout.c @@ -318,7 +318,7 @@ free_style_cache (GtkTextLayout *text_layout) } } -/** +/* * gtk_text_layout_set_buffer: * @buffer: (allow-none): */ @@ -724,7 +724,7 @@ gtk_text_layout_wrap (GtkTextLayout *layout, } -/** +/* * gtk_text_layout_get_lines: * * Returns: (element-type GtkTextLine) (transfer container): |