summaryrefslogtreecommitdiff
path: root/gtk/gtkaccessible.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-02-18 18:17:56 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2021-03-11 16:37:30 +0000
commite8b6e6cad0b07a1a64ac7af1133f59fddc522e6c (patch)
tree65463c1fd125fbfe06e162807ff9af26a3b52a05 /gtk/gtkaccessible.c
parent701f1b837b30c504617374d445bb2ba799f87d49 (diff)
downloadgtk+-e8b6e6cad0b07a1a64ac7af1133f59fddc522e6c.tar.gz
docs: Clean up the first paragraph for various symbols
The documentation engine will use the first paragraph as the summary for a type or constant.
Diffstat (limited to 'gtk/gtkaccessible.c')
-rw-r--r--gtk/gtkaccessible.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtkaccessible.c b/gtk/gtkaccessible.c
index c5934c80f8..475ac1114e 100644
--- a/gtk/gtkaccessible.c
+++ b/gtk/gtkaccessible.c
@@ -25,7 +25,9 @@
*
* GtkAccessible provides an interface for describing a UI element, like a
* #GtkWidget, in a way that can be consumed by Assistive Technologies, or
- * “AT”. Every accessible implementation has:
+ * “AT”.
+ *
+ * Every accessible implementation has:
*
* - a “role”, represented by a value of the #GtkAccessibleRole enumeration
* - an “attribute”, represented by a set of #GtkAccessibleState,