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>
This commit is contained in:
Bryce Harrington 2017-11-06 12:09:53 -08:00
parent 8d89fc573e
commit 35fccff6ec

View file

@ -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)
{