diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-06-01 19:14:13 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-06-01 19:14:13 -0400 |
commit | 3f5051fab161da167fdedcdad0280da1f57a1828 (patch) | |
tree | 93c47153606f963037fcaafafcf1a8d3fcc46c95 /src/cairo-beos-surface.cpp | |
parent | 0c208f28268028fbb4fe2cc175131b279626975c (diff) |
Fix now-detected doc formatting issues
Diffstat (limited to 'src/cairo-beos-surface.cpp')
-rw-r--r-- | src/cairo-beos-surface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-beos-surface.cpp b/src/cairo-beos-surface.cpp index 69dfd834..ec4aff03 100644 --- a/src/cairo-beos-surface.cpp +++ b/src/cairo-beos-surface.cpp @@ -946,7 +946,7 @@ _cairo_beos_surface_create_internal (BView* view, * Creates a Cairo surface that draws onto a BeOS BView. * The caller must ensure that the view does not get deleted before the surface. * If the view is attached to a bitmap rather than an on-screen window, use - * cairo_beos_surface_create_for_bitmap instead of this function. + * cairo_beos_surface_create_for_bitmap() instead of this function. **/ cairo_surface_t * cairo_beos_surface_create (BView* view) |