summaryrefslogtreecommitdiff
path: root/src/cairo.c
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2017-11-06 12:09:53 -0800
committerBryce Harrington <bryce@osg.samsung.com>2017-11-06 12:18:37 -0800
commit35fccff6ec393ccca3d3ced79093ca491ce32df4 (patch)
tree2f513607980e90e9608e3d30a58b767b6c96b5d5 /src/cairo.c
parent8d89fc573eae0bc0234e1b909932e405a776b7e1 (diff)
downloadcairo-35fccff6ec393ccca3d3ced79093ca491ce32df4.tar.gz
Un-doxygen disabled cairo_set_opacity
The cairo_set_opacity() routine has been disabled since 2010. There appears to be support for it internally in the backend, so it is unclear why it is not enabled or what might break if it were re-enabled. Given the lack of bug reports about its omission, it may be vestigal. For now, just hide the doxygen for it to suppress warnings. It may be worth deeper review to either re-enable it or remove it entirely. Reported-by: Rafał Mużyło (See fdo bugzilla #82741) Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'src/cairo.c')
-rw-r--r--src/cairo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo.c b/src/cairo.c
index 49cdbcf60..21fad0d3b 100644
--- a/src/cairo.c
+++ b/src/cairo.c
@@ -844,7 +844,7 @@ slim_hidden_def (cairo_set_operator);
#if 0
-/**
+/*
* cairo_set_opacity:
* @cr: a #cairo_t
* @opacity: the level of opacity to use when compositing
@@ -856,7 +856,7 @@ slim_hidden_def (cairo_set_operator);
* The default opacity is 1.
*
* Since: TBD
- **/
+ */
void
cairo_set_opacity (cairo_t *cr, double opacity)
{