summaryrefslogtreecommitdiff
path: root/pango/reorder-items.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-19 16:06:44 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-05-19 16:34:05 -0400
commit7f04ed9259fd91cdb3dc61c5aa43d196ec6a965f (patch)
tree51fdf2d97b85ef4a3e7c870389b92130c9b1a491 /pango/reorder-items.c
parent75eee838a91bad404d211b002f26e9af3033f0d5 (diff)
downloadpango-7f04ed9259fd91cdb3dc61c5aa43d196ec6a965f.tar.gz
docs: Convert gtk-doc syntax leftoversdocs-cleanup
Remove leftovers like #Type, reduce indentations to avoid markdown block quotes, etc.
Diffstat (limited to 'pango/reorder-items.c')
-rw-r--r--pango/reorder-items.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/reorder-items.c b/pango/reorder-items.c
index d00fee4c..e5ceeb6f 100644
--- a/pango/reorder-items.c
+++ b/pango/reorder-items.c
@@ -39,12 +39,12 @@ static GList *reorder_items_recurse (GList *items, int n_items);
* The visual order is determined from the associated directional
* levels of the items. The original list is unmodified.
*
- * Returns: (transfer full) (element-type Pango.Item): a #GList
- * of #PangoItem structures in visual order.
- *
* (Please open a bug if you use this function.
* It is not a particularly convenient interface, and the code
* is duplicated elsewhere in Pango for that reason.)
+ *
+ * Returns: (transfer full) (element-type Pango.Item): a `GList`
+ * of `PangoItem` structures in visual order.
*/
GList *
pango_reorder_items (GList *logical_items)