summaryrefslogtreecommitdiff
path: root/src/cairo.c
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2017-12-07 14:00:21 -0800
committerBryce Harrington <bryce@osg.samsung.com>2017-12-07 14:13:32 -0800
commit04b4967586ac31763186d9894107b8c8403bcb34 (patch)
tree26ad0a156b2499918c312a4b904103f6140d7352 /src/cairo.c
parentdbc1636a9b932fd81ace436a03c1992a6ac1cbcf (diff)
downloadcairo-04b4967586ac31763186d9894107b8c8403bcb34.tar.gz
Fix various doxygen warnings found by check-doc-syntax.sh
./cairo-clip-boxes.c (268): ERROR: copy invalid doc id (should be 'cairo_...:') ./cairo-clip-boxes.c (274): ERROR: copy bad line: ' */' ./cairo-clip-boxes.c (274): ERROR: copy documentation comment not closed with **/ ./cairo-boxes.c (106): ERROR: Computes invalid doc id (should be 'cairo_...:') ./cairo-boxes.c (114): ERROR: Computes bad line: ' */' ./cairo-boxes.c (114): ERROR: Computes documentation comment not closed with **/ ./cairo-boxes.c (279): ERROR: Computes invalid doc id (should be 'cairo_...:') ./cairo-boxes.c (284): ERROR: Computes bad line: ' */' ./cairo-boxes.c (284): ERROR: Computes documentation comment not closed with **/ ./cairo-boxes.c (338): ERROR: Linearize invalid doc id (should be 'cairo_...:') ./cairo-boxes.c (345): ERROR: Linearize documentation comment not closed with **/ ./cairo.c (240): ERROR: SECTION:cairo-tag bad line: '' ./cairo.c (892): ERROR: cairo_set_source_rgb: Duplicate 'Since' field
Diffstat (limited to 'src/cairo.c')
-rw-r--r--src/cairo.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cairo.c b/src/cairo.c
index 21fad0d3b..092d48c0d 100644
--- a/src/cairo.c
+++ b/src/cairo.c
@@ -237,7 +237,7 @@
* </programlisting>
*
* # Destination Tags # {#dest}
-
+ *
* A destination is specified by enclosing the destination drawing
* operations with the %CAIRO_TAG_DEST tag.
*
@@ -854,8 +854,6 @@ slim_hidden_def (cairo_set_operator);
* using the alpha value.
*
* The default opacity is 1.
- *
- * Since: TBD
*/
void
cairo_set_opacity (cairo_t *cr, double opacity)