From ef149976e29e5809029d8f98e9506c4af2a8439f Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Tue, 2 Nov 2021 20:10:10 +0100 Subject: [PATCH] Fix a doc comment This commit fixes the following warning from our check-def.sh: PASS: check-def.sh Checking documentation for incorrect syntax ./cairoint.h (523): ERROR: Get invalid doc id (should be 'cairo_...:') ./cairoint.h (534): ERROR: Get bad line: ' */' ./cairoint.h (534): ERROR: Get documentation comment not closed with **/ Signed-off-by: Uli Schlachter --- src/cairoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairoint.h b/src/cairoint.h index c5872b8cc..8299bf92d 100644 --- a/src/cairoint.h +++ b/src/cairoint.h @@ -519,7 +519,7 @@ struct _cairo_scaled_font_backend { void (*fini) (void *scaled_font); -/** +/* * Get the requested glyph info. * @scaled_font: a #cairo_scaled_font_t * @scaled_glyph: a #cairo_scaled_glyph_t the glyph