Fix gtk-doc comments.
This commit is contained in:
parent
403a9d702a
commit
95b92e12f9
@ -18,7 +18,7 @@
|
||||
|
||||
/**
|
||||
* SECTION:ld-diagram-view
|
||||
* @short_description: A widget that displays an LdDiagram
|
||||
* @short_description: A widget that displays diagrams
|
||||
* @see_also: #LdDiagram
|
||||
*
|
||||
* #LdDiagramView displays and enables the user to manipulate with
|
||||
@ -946,6 +946,7 @@ ld_diagram_view_get_x (LdDiagramView *self)
|
||||
/**
|
||||
* ld_diagram_view_set_x:
|
||||
* @self: an #LdDiagramView object.
|
||||
* @x: the X coordinate.
|
||||
*
|
||||
* Set the X coordinate of the center of view.
|
||||
*/
|
||||
@ -980,6 +981,7 @@ ld_diagram_view_get_y (LdDiagramView *self)
|
||||
/**
|
||||
* ld_diagram_view_set_y:
|
||||
* @self: an #LdDiagramView object.
|
||||
* @y: the Y coordinate.
|
||||
*
|
||||
* Set the Y coordinate of the center of view.
|
||||
*/
|
||||
|
@ -315,7 +315,7 @@ ld_library_toolbar_set_library (LdLibraryToolbar *self, LdLibrary *library)
|
||||
* ld_library_toolbar_get_library:
|
||||
* @self: an #LdLibraryToolbar object.
|
||||
*
|
||||
* Return value: (transfer: none): the #LdLibrary object
|
||||
* Return value: (transfer none): the #LdLibrary object
|
||||
* assigned to the toolbar.
|
||||
*/
|
||||
LdLibrary *
|
||||
@ -371,7 +371,7 @@ ld_library_toolbar_set_view (LdLibraryToolbar *self, LdDiagramView *view)
|
||||
* ld_library_toolbar_get_view:
|
||||
* @self: an #LdLibraryToolbar object.
|
||||
*
|
||||
* Return value: (transfer: none): the #LdDiagramView widget
|
||||
* Return value: (transfer none): the #LdDiagramView widget
|
||||
* assigned to the toolbar.
|
||||
*/
|
||||
LdDiagramView *
|
||||
|
Loading…
Reference in New Issue
Block a user