]> Pileus Git - ~andy/gtk/commitdiff
docs: move documentation to inline comments: gdktesting
authorJavier Jardón <jjardon@gnome.org>
Mon, 15 Nov 2010 02:55:43 +0000 (03:55 +0100)
committerJavier Jardón <jjardon@gnome.org>
Mon, 15 Nov 2010 03:12:57 +0000 (04:12 +0100)
docs/reference/gdk/tmpl/.gitignore
docs/reference/gdk/tmpl/gdktesting.sgml [deleted file]
gdk/gdktestutils.h

index 902309a2580bf5c2d5e3d75ab6aac37f40d9cf0f..a9b43a3d02d23cb7ee07bc2f44091c384f5de353 100644 (file)
@@ -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 (file)
index f8e787a..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-Testing
-
-<!-- ##### SECTION Short_Description ##### -->
-Test utilities
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-The functions in this section are intended to be used in test programs.
-They allow to simulate some user input.
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION gdk_test_render_sync ##### -->
-<para>
-
-</para>
-
-@window: 
-
-
-<!-- ##### FUNCTION gdk_test_simulate_button ##### -->
-<para>
-
-</para>
-
-@window: 
-@x: 
-@y: 
-@button: 
-@modifiers: 
-@button_pressrelease: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gdk_test_simulate_key ##### -->
-<para>
-
-</para>
-
-@window: 
-@x: 
-@y: 
-@keyval: 
-@modifiers: 
-@key_pressrelease: 
-@Returns: 
-
-
index e9762a4b9dfd966265582a235779b156f02d8df6..f88c68b2071c1e9e709e013083daac56568fe679 100644 (file)
 
 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,