summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-01-25 20:17:12 +0100
committerBenjamin Otte <otte@redhat.com>2010-01-25 20:17:12 +0100
commit17ddb1598b3df374b6275d907441f34318b4257f (patch)
tree31902ab4df0266056eb998e78d530d01c31f924c
parentbac513a85dc8ef2915b2e60d034cf3dbc82a8e0c (diff)
docs: appease make check
-rw-r--r--src/cairo-gl-surface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-gl-surface.c b/src/cairo-gl-surface.c
index 244a70753..338f496c1 100644
--- a/src/cairo-gl-surface.c
+++ b/src/cairo-gl-surface.c
@@ -1277,8 +1277,8 @@ _cairo_gl_set_component_alpha_mask_operand (cairo_gl_context_t *ctx,
}
/**
- * implements component-alpha CAIRO_OPERATOR_SOURCE using two passes of
- * the simpler operations CAIRO_OPERATOR_DEST_OUT and CAIRO_OPERATOR_ADD.
+ * implements component-alpha %CAIRO_OPERATOR_SOURCE using two passes of
+ * the simpler operations %CAIRO_OPERATOR_DEST_OUT and %CAIRO_OPERATOR_ADD.
*
* From http://anholt.livejournal.com/32058.html:
*