docs: Remove empty line before parameter tags

The gtk-doc parser has somewhat esoteric rules regarding blank lines and
paragraph breaks, causing these parameter descriptions to be missed. See:

https://developer.gnome.org/gtk-doc-manual/stable/documenting_syntax.html.en
This commit is contained in:
Chris Cummins 2013-05-13 13:22:50 +01:00
parent f2918d1a0f
commit 188f7d6881
2 changed files with 0 additions and 3 deletions

View File

@ -526,7 +526,6 @@ clutter_input_device_wayland_init (ClutterInputDeviceWayland *self)
/**
* clutter_wayland_input_device_get_wl_input_device: (skip)
*
* @device: a #ClutterInputDevice
*
* Access the underlying data structure representing the Wayland device that is

View File

@ -231,7 +231,6 @@ clutter_stage_wayland_class_init (ClutterStageWaylandClass *klass)
/**
* clutter_wayland_stage_get_wl_shell_surface: (skip)
*
* @stage: a #ClutterStage
*
* Access the underlying data structure representing the shell surface that is
@ -261,7 +260,6 @@ clutter_wayland_stage_get_wl_shell_surface (ClutterStage *stage)
/**
* clutter_wayland_stage_get_wl_surface: (skip)
*
* @stage: a #ClutterStage
*
* Access the underlying data structure representing the surface that is