diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-01-28 21:49:57 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-01-28 21:49:57 -0500 |
commit | f0633f4449c39a8f78c582790fb5dc85899b5d82 (patch) | |
tree | 11508df085c9e4484b5715f001500bcc778bbb2e /src/cairo-path.c | |
parent | 9ba8f6b1b0a4fbf2407e0dbd767f043c6920344c (diff) |
[doc] Make sure all function names in docs are followed by ()
Diffstat (limited to 'src/cairo-path.c')
-rw-r--r-- | src/cairo-path.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cairo-path.c b/src/cairo-path.c index f480b627..e0b21ef7 100644 --- a/src/cairo-path.c +++ b/src/cairo-path.c @@ -363,7 +363,7 @@ _cairo_path_create_internal (cairo_path_fixed_t *path_fixed, * to cairo_path_destroy() the @path pointer is no longer valid and * should not be used further. * - * NOTE: cairo_path_destroy function should only be called with a + * NOTE: cairo_path_destroy() should only be called with a * pointer to a #cairo_path_t returned by a cairo function. Any path * that is created manually (ie. outside of cairo) should be destroyed * manually as well. @@ -390,7 +390,7 @@ cairo_path_destroy (cairo_path_t *path) * conversion. * * Return value: the new copy of the path. If there is insufficient - * memory a pointer to a special static cairo_path_nil will be + * memory a pointer to a special static nil #cairo_path_t will be * returned instead with status==%CAIRO_STATUS_NO_MEMORY and * data==%NULL. **/ @@ -412,7 +412,7 @@ _cairo_path_create (cairo_path_fixed_t *path, * accuracy of the flattening. * * Return value: the flattened copy of the path. If there is insufficient - * memory a pointer to a special static cairo_path_nil will be + * memory a pointer to a special static nil #cairo_path_t will be * returned instead with status==%CAIRO_STATUS_NO_MEMORY and * data==%NULL. **/ |