X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fplugins%2Ftest.c;h=47eadd5ad50071b6131ee14a474b7e00e441f500;hp=49939389ceb2a8b5b2abb2a962e001312ef51bd5;hb=e9b49d51de946d6f3b10591488640e594a5b94e4;hpb=ac42864a884cc648566382edbe7a3c0c9b819baf 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");