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(
class ControlsBoxLayout extends Clutter.BoxLayout {
/**
/*
* Override the BoxLayout behavior to use the maximum preferred width of all
* buttons for each child
*/