cleanup: Don't use gtk-doc syntax for regular comments

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/805
This commit is contained in:
Florian Müllner 2019-10-17 19:49:18 +02:00 committed by Georges Basile Stavracas Neto
parent e44adb92cf
commit 077d8f33fb
2 changed files with 3 additions and 3 deletions

View File

@ -976,7 +976,7 @@ var Views = {
var ControlsBoxLayout = GObject.registerClass( var ControlsBoxLayout = GObject.registerClass(
class ControlsBoxLayout extends Clutter.BoxLayout { class ControlsBoxLayout extends Clutter.BoxLayout {
/** /*
* Override the BoxLayout behavior to use the maximum preferred width of all * Override the BoxLayout behavior to use the maximum preferred width of all
* buttons for each child * buttons for each child
*/ */

View File

@ -432,7 +432,7 @@ var IconGrid = GObject.registerClass({
return true; return true;
} }
/** /*
* Intended to be override by subclasses if they need a different * Intended to be override by subclasses if they need a different
* set of items to be animated. * set of items to be animated.
*/ */
@ -785,7 +785,7 @@ var IconGrid = GObject.registerClass({
this.topPadding = this.rightPadding = this.bottomPadding = this.leftPadding = spacing; this.topPadding = this.rightPadding = this.bottomPadding = this.leftPadding = spacing;
} }
/** /*
* This function must to be called before iconGrid allocation, * This function must to be called before iconGrid allocation,
* to know how much spacing can the grid has * to know how much spacing can the grid has
*/ */