[gnome-shell] cleanup: Don't use gtk-doc syntax for regular comments



commit 077d8f33fb5355c9007df1bd82cab90ce39d6bd6
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Oct 17 19:49:18 2019 +0200

    cleanup: Don't use gtk-doc syntax for regular comments
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/805

 js/ui/appDisplay.js | 2 +-
 js/ui/iconGrid.js   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index f3a7b961ab..98bd5ec968 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -976,7 +976,7 @@ var Views = {
 
 var ControlsBoxLayout = GObject.registerClass(
 class ControlsBoxLayout extends Clutter.BoxLayout {
-    /**
+    /*
      * Override the BoxLayout behavior to use the maximum preferred width of all
      * buttons for each child
      */
diff --git a/js/ui/iconGrid.js b/js/ui/iconGrid.js
index 823c9ea947..ff3d79c330 100644
--- a/js/ui/iconGrid.js
+++ b/js/ui/iconGrid.js
@@ -432,7 +432,7 @@ var IconGrid = GObject.registerClass({
         return true;
     }
 
-    /**
+    /*
      * Intended to be override by subclasses if they need a different
      * set of items to be animated.
      */
@@ -785,7 +785,7 @@ var IconGrid = GObject.registerClass({
             this.topPadding = this.rightPadding = this.bottomPadding = this.leftPadding = spacing;
     }
 
-    /**
+    /*
      * This function must to be called before iconGrid allocation,
      * to know how much spacing can the grid has
      */


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