Skip to content

Commit

Permalink
recording: Add section doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Garcia Campos committed Sep 9, 2010
1 parent 1ddc1bf commit 7378802
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/cairo-recording-surface.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@
* Adrian Johnson <ajohnson@redneon.com>
*/

/* A recording surface is a surface that records all drawing operations at
/**
* SECTION:cairo-recording
* @Title: Recording Surfaces
* @Short_Description: Records all drawing operations
* @See_Also: #cairo_surface_t
*
* A recording surface is a surface that records all drawing operations at
* the highest level of the surface backend interface, (that is, the
* level of paint, mask, stroke, fill, and show_text_glyphs). The recording
* surface can then be "replayed" against any target surface by using it
Expand Down Expand Up @@ -70,8 +76,6 @@
* copy-on-write implementation for _cairo_surface_snapshot.
*/

/* XXX Rename to recording surface */

#include "cairoint.h"
#include "cairo-analysis-surface-private.h"
#include "cairo-clip-private.h"
Expand Down

0 comments on commit 7378802

Please sign in to comment.