From 077d8f33fb5355c9007df1bd82cab90ce39d6bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 17 Oct 2019 19:49:18 +0200 Subject: [PATCH] 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 f3a7b961a..98bd5ec96 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 823c9ea94..ff3d79c33 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 */