From: Andy Spencer Date: Mon, 8 Feb 2010 22:31:02 +0000 (+0000) Subject: Document GisPluginTest X-Git-Tag: v0.4~49 X-Git-Url: http://pileus.org/git/?p=grits;a=commitdiff_plain;h=e9b49d51de946d6f3b10591488640e594a5b94e4 Document GisPluginTest --- diff --git a/src/plugins/test.c b/src/plugins/test.c index 4993938..47eadd5 100644 --- a/src/plugins/test.c +++ b/src/plugins/test.c @@ -15,6 +15,14 @@ * along with this program. If not, see . */ +/** + * SECTION:test + * @short_description: Testing plugin + * + * #GisPluginTest is a testing plugin used during development and as an example + * for how to create a plugin. + */ + #include #include #include @@ -26,6 +34,14 @@ /*********** * Methods * ***********/ +/** + * gis_plugin_test_new: + * @viewer: the #GisViewer to use for drawing + * + * Create a new instance of the testing plugin. + * + * Returns: the new #GisPluginTest + */ GisPluginTest *gis_plugin_test_new(GisViewer *viewer) { g_debug("GisPluginTest: new");