summaryrefslogtreecommitdiff
path: root/gtk/gtktestutils.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-18 17:05:26 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-05-20 19:17:49 -0400
commit8ba16eb4f1e6df67d79a9d509a3a45126a032e46 (patch)
treebb493f2acbf893de29db9e393a4f364b7dd05ac2 /gtk/gtktestutils.c
parentab6a5be0f860c29432b4a8e9d3a4cd3bbad0a63a (diff)
downloadgtk+-8ba16eb4f1e6df67d79a9d509a3a45126a032e46.tar.gz
Documentation fixes
Mostly fixing up indentation of continuation lines, and other small cleanups.
Diffstat (limited to 'gtk/gtktestutils.c')
-rw-r--r--gtk/gtktestutils.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/gtk/gtktestutils.c b/gtk/gtktestutils.c
index 6bcd1192c4..85a3c13d75 100644
--- a/gtk/gtktestutils.c
+++ b/gtk/gtktestutils.c
@@ -58,11 +58,10 @@
/**
* gtk_test_init:
* @argcp: Address of the `argc` parameter of the
- * main() function. Changed if any arguments were handled.
- * @argvp: (inout) (array length=argcp): Address of the
- * `argv` parameter of main().
- * Any parameters understood by g_test_init() or gtk_init() are
- * stripped before return.
+ * main() function. Changed if any arguments were handled.
+ * @argvp: (inout) (array length=argcp): Address of the `argv`
+ * parameter of main(). Any parameters understood by g_test_init()
+ * or gtk_init() are stripped before return.
* @...: currently unused
*
* This function is used to initialize a GTK test program.