gplugin/gplugin

9a0e3740f9be
Parents e91d180396b5
Children a1b0fd07c7f1
Remove unncessary doc comments in gplugin-gtk3

gi-docgen doesn't request the section comments nor the comment for the
GPLUGIN_GTK_TYPE_ macros.

Testing Done:
Built the docs and verified they looked okay.

Reviewed at https://reviews.imfreedom.org/r/1015/
--- a/gplugin-gtk3/gplugin-gtk-plugin-info.c Sun Oct 10 04:13:19 2021 -0500
+++ b/gplugin-gtk3/gplugin-gtk-plugin-info.c Sun Oct 10 04:15:04 2021 -0500
@@ -22,20 +22,6 @@
#include <gplugin-gtk-plugin-info.h>
/**
- * SECTION:gplugin-gtk-plugin-info
- * @title: Plugin Info Gtk Widgets
- * @short_description: Gtk Widgets for plugins
- *
- * #GPluginGtkPluginInfo is a Gtk widget that shows information about plugins.
- */
-
-/**
- * GPLUGIN_GTK_TYPE_PLUGIN_INFO:
- *
- * The standard _get_type macro for #GPluginGtkPluginInfo.
- */
-
-/**
* GPluginGtkPluginInfo:
*
* A widget that displays a [class@GPlugin.PluginInfo] in a user friendly way.
--- a/gplugin-gtk3/gplugin-gtk-store.c Sun Oct 10 04:13:19 2021 -0500
+++ b/gplugin-gtk3/gplugin-gtk-store.c Sun Oct 10 04:15:04 2021 -0500
@@ -20,20 +20,6 @@
#include <gplugin-gtk-store.h>
/**
- * SECTION:gplugin-gtk-store
- * @title: GtkTreeModelStore for plugins
- * @short_description: A store for plugins
- *
- * #GPluginGtkStore is a GtkTreeModel populated with plugins.
- */
-
-/**
- * GPLUGIN_GTK_TYPE_STORE:
- *
- * The standard _get_type macro for #GPluginGtkStore.
- */
-
-/**
* GPluginGtkStoreColumns:
* @GPLUGIN_GTK_STORE_ENABLED_COLUMN: The disabled column. This is used when a
* plugin is in a state that can't be
--- a/gplugin-gtk3/gplugin-gtk-view.c Sun Oct 10 04:13:19 2021 -0500
+++ b/gplugin-gtk3/gplugin-gtk-view.c Sun Oct 10 04:15:04 2021 -0500
@@ -21,20 +21,6 @@
#include <gplugin-gtk-view.h>
/**
- * SECTION:gplugin-gtk-view
- * @title: GtkTreeView for plugins
- * @short_description: A view for plugins
- *
- * #GPluginGtkView is a display widget for a list of plugins.
- */
-
-/**
- * GPLUGIN_GTK_TYPE_VIEW:
- *
- * The standard _get_type macro for #GPluginGtkView.
- */
-
-/**
* GPluginGtkView:
*
* A [class@Gtk.TreeView] widget that displays all the plugins and some basic