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:
parent
e44adb92cf
commit
077d8f33fb
@ -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
|
||||||
*/
|
*/
|
||||||
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user