diff --git a/docs/reference/gtk/tmpl/.gitignore b/docs/reference/gtk/tmpl/.gitignore
index 1f9678b717..b6d9f7a12e 100644
--- a/docs/reference/gtk/tmpl/.gitignore
+++ b/docs/reference/gtk/tmpl/.gitignore
@@ -1 +1,2 @@
gtkmessagedialog.sgml
+gtktesting.sgml
diff --git a/docs/reference/gtk/tmpl/gtktesting.sgml b/docs/reference/gtk/tmpl/gtktesting.sgml
deleted file mode 100644
index bcbc3d72b1..0000000000
--- a/docs/reference/gtk/tmpl/gtktesting.sgml
+++ /dev/null
@@ -1,177 +0,0 @@
-
-Testing
-
-
-Utilities for testing GTK+ applications
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-@window_title:
-@dialog_text:
-@Returns:
-
-
-
-
-
-
-
-@widget_type:
-@first_property_name:
-@Varargs:
-@Returns:
-
-
-
-
-
-
-
-@window_title:
-@dialog_text:
-@Varargs:
-@Returns:
-
-
-
-
-
-
-
-@widget:
-@label_pattern:
-@Returns:
-
-
-
-
-
-
-
-@base_widget:
-@widget_type:
-@Returns:
-
-
-
-
-
-
-
-@widget:
-@label_pattern:
-@widget_type:
-@Returns:
-
-
-
-
-
-
-
-@argcp:
-@argvp:
-@Varargs:
-
-
-
-
-
-
-
-@n_types:
-@Returns:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-@widget:
-@Returns:
-
-
-
-
-
-
-
-@widget:
-@percentage:
-
-
-
-
-
-
-
-@spinner:
-@button:
-@upwards:
-@Returns:
-
-
-
-
-
-
-
-@widget:
-@Returns:
-
-
-
-
-
-
-
-@widget:
-@string:
-
-
-
-
-
-
-
-@widget:
-@button:
-@modifiers:
-@Returns:
-
-
-
-
-
-
-
-@widget:
-@keyval:
-@modifiers:
-@Returns:
-
-
diff --git a/gtk/gtktestutils.c b/gtk/gtktestutils.c
index a60cdcf651..5ea2d1dffc 100644
--- a/gtk/gtktestutils.c
+++ b/gtk/gtktestutils.c
@@ -34,7 +34,12 @@
#include
-/* --- test utilities --- */
+/**
+ * SECTION:gtktesting
+ * @Short_description: Utilities for testing GTK+ applications
+ * @Title: Testing
+ */
+
/**
* gtk_test_init:
* @argcp: Address of the argc parameter of the