summaryrefslogtreecommitdiff
path: root/src/cairo-surface.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2006-08-07 22:27:15 -0400
committerBehdad Esfahbod <behdad@behdad.org>2006-08-07 22:27:15 -0400
commitbbc9a1290a964edf50f571be8766b38df10adac7 (patch)
tree9b4014fc2c5ea2ba1728f28a020d3d554d1789d3 /src/cairo-surface.c
parentfef0251d15814ce9f135b548579e51c6e4a0653d (diff)
Update doc syntax
Annoying, but a function doc should have a body, not only "Returns", or gtk-doc will not pick it up.
Diffstat (limited to 'src/cairo-surface.c')
-rw-r--r--src/cairo-surface.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cairo-surface.c b/src/cairo-surface.c
index 84596e643..777b95427 100644
--- a/src/cairo-surface.c
+++ b/src/cairo-surface.c
@@ -157,7 +157,10 @@ _cairo_surface_set_error (cairo_surface_t *surface,
* cairo_surface_get_type:
* @surface: a #cairo_surface_t
*
- * Return value: The type of @surface. See #cairo_surface_type_t.
+ * This function returns the type of the backend used to create
+ * a surface. See #cairo_surface_type_t for available types.
+ *
+ * Return value: The type of @surface.
*
* Since: 1.2
**/