[libpeas] Fix comment style to avoid puzzling gtk-doc



commit 81a2bbc5d2e59ba50879edfe118aacff0c8c0786
Author: Steve Frécinaux <code istique net>
Date:   Thu Jan 27 00:48:36 2011 +0100

    Fix comment style to avoid puzzling gtk-doc

 libpeas-gtk/peas-gtk-plugin-manager.c |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/libpeas-gtk/peas-gtk-plugin-manager.c b/libpeas-gtk/peas-gtk-plugin-manager.c
index 54a7097..9a4816f 100644
--- a/libpeas-gtk/peas-gtk-plugin-manager.c
+++ b/libpeas-gtk/peas-gtk-plugin-manager.c
@@ -362,16 +362,12 @@ peas_gtk_plugin_manager_init (PeasGtkPluginManager *pm)
                                           PEAS_GTK_TYPE_PLUGIN_MANAGER,
                                           PeasGtkPluginManagerPrivate);
 
-  /**
-   * If we are using a PeasGtkPluginManager, we know for sure we will be using
-   * libpeas-gtk, so let's load the typelib for it here.
-   */
+  /* If we are using a PeasGtkPluginManager, we know for sure we will be using
+     libpeas-gtk, so let's load the typelib for it here. */
   g_irepository_require (g_irepository_get_default (),
                          "PeasGtk", "1.0", 0, NULL);
 
-  /**
-   * Let's initialize the widgets of the plugin manager now.
-   */
+  /* Let's initialize the widgets of the plugin manager now. */
   pm->priv->engine = g_object_ref (peas_engine_get_default ());
 
   gtk_box_set_spacing (GTK_BOX (pm), 6);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]