From 737880260f1895667baf25bcc6814052e6a6a027 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Thu, 9 Sep 2010 10:57:13 +0200 Subject: [PATCH] recording: Add section doc comments --- src/cairo-recording-surface.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/cairo-recording-surface.c b/src/cairo-recording-surface.c index f7c501c07..f814ed005 100644 --- a/src/cairo-recording-surface.c +++ b/src/cairo-recording-surface.c @@ -37,7 +37,13 @@ * Adrian Johnson */ -/* 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"