diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-05-20 09:17:04 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-05-22 17:25:26 -0400 |
commit | 91f7b9663fb17ebe26a28ec589a727397eef0967 (patch) | |
tree | 0d53b59b4e28bd4c879bf2081f8bef1993a5b298 /gtk/gtkprinteroptionset.c | |
parent | 2d266d107b2db1c1bf478bf7c93e38884c86c366 (diff) | |
download | gtk+-91f7b9663fb17ebe26a28ec589a727397eef0967.tar.gz |
gtk: Clean up docs syntax
Replace leftover gtk-doc syntax (#Type) with backquotes.
Diffstat (limited to 'gtk/gtkprinteroptionset.c')
-rw-r--r-- | gtk/gtkprinteroptionset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprinteroptionset.c b/gtk/gtkprinteroptionset.c index 8fe831bf56..54fcc46bbe 100644 --- a/gtk/gtkprinteroptionset.c +++ b/gtk/gtkprinteroptionset.c @@ -144,7 +144,7 @@ gtk_printer_option_set_clear_conflicts (GtkPrinterOptionSet *set) /** * gtk_printer_option_set_get_groups: - * @set: a #GtkPrinterOptionSet + * @set: a `GtkPrinterOptionSet` * * Gets the groups in this set. * |