st/box-layout: Fix gtk-doc comments

Commit 9dc421875 added a subtle syntax error: # is used to cross
reference symbols, but must not be used in the definition of the
symbols itself.

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1281
This commit is contained in:
Florian Müllner 2020-05-24 19:24:23 +02:00 committed by Georges Basile Stavracas Neto
parent d81237b9d6
commit 5d5ca80d17

View File

@ -179,7 +179,7 @@ st_box_layout_class_init (StBoxLayoutClass *klass)
widget_class->style_changed = st_box_layout_style_changed;
/**
* #StBoxLayout:vertical:
* StBoxLayout:vertical:
*
* A convenience property for getting the #ClutterBoxLayout:vertical
* property of the layout for #StBoxLayout.
@ -193,7 +193,7 @@ st_box_layout_class_init (StBoxLayoutClass *klass)
g_object_class_install_property (object_class, PROP_VERTICAL, pspec);
/**
* #StBoxLayout:pack-start:
* StBoxLayout:pack-start:
*
* A convenience property for getting the #ClutterBoxLayout:pack-start
* property of the layout for #StBoxLayout.