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(
|
||||
class ControlsBoxLayout extends Clutter.BoxLayout {
|
||||
/**
|
||||
/*
|
||||
* Override the BoxLayout behavior to use the maximum preferred width of all
|
||||
* buttons for each child
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user