mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-07 12:08:16 +02:00
recording: Add section doc comments
This commit is contained in:
parent
1ddc1bfa01
commit
737880260f
1 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue