diff --git a/docs/reference/gdk/tmpl/.gitignore b/docs/reference/gdk/tmpl/.gitignore
index 902309a258..a9b43a3d02 100644
--- a/docs/reference/gdk/tmpl/.gitignore
+++ b/docs/reference/gdk/tmpl/.gitignore
@@ -5,6 +5,7 @@ gdkapplaunchcontext.sgml
 gdkdisplay.sgml
 gdkdisplaymanager.sgml
 gdkscreen.sgml
+gdktesting.sgml
 pixbufs.sgml
 regions.sgml
 windows.sgml
diff --git a/docs/reference/gdk/tmpl/gdktesting.sgml b/docs/reference/gdk/tmpl/gdktesting.sgml
deleted file mode 100644
index f8e787a4a5..0000000000
--- a/docs/reference/gdk/tmpl/gdktesting.sgml
+++ /dev/null
@@ -1,59 +0,0 @@
-
-Testing
-
-
-Test utilities
-
-
-
-The functions in this section are intended to be used in test programs.
-They allow to simulate some user input.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-@window: 
-
-
-
-
-
-
-
-@window: 
-@x: 
-@y: 
-@button: 
-@modifiers: 
-@button_pressrelease: 
-@Returns: 
-
-
-
-
-
-
-
-@window: 
-@x: 
-@y: 
-@keyval: 
-@modifiers: 
-@key_pressrelease: 
-@Returns: 
-
-
diff --git a/gdk/gdktestutils.h b/gdk/gdktestutils.h
index e9762a4b9d..f88c68b207 100644
--- a/gdk/gdktestutils.h
+++ b/gdk/gdktestutils.h
@@ -29,6 +29,17 @@
 
 G_BEGIN_DECLS
 
+
+/**
+ * SECTION:gdktesting
+ * @Short_description: Test utilities
+ * @Title: Testing
+ *
+ * The functions in this section are intended to be used in test programs.
+ * They allow to simulate some user input.
+ */
+
+
 /* --- Gdk Test Utility API --- */
 void            gdk_test_render_sync            (GdkWindow      *window);
 gboolean        gdk_test_simulate_key           (GdkWindow      *window,