From bc14445bd0539d69ef1ab1c1a5fcbbbd6bc33b42 Mon Sep 17 00:00:00 2001 From: KitsuneAlex Date: Fri, 10 May 2024 05:18:09 +0200 Subject: [PATCH] Fix broken documentation for msdf_shape_orient_contours --- msdfgen-c.h | 1 + 1 file changed, 1 insertion(+) diff --git a/msdfgen-c.h b/msdfgen-c.h index 65461f0..f5b9291 100644 --- a/msdfgen-c.h +++ b/msdfgen-c.h @@ -295,6 +295,7 @@ MSDF_API int msdf_shape_bound_miters(msdf_shape_const_handle shape, msdf_bounds_ /** * Orients all contours associated with the given shape before rendering. * @param shape A pointer to a shape whose contours to orient. + * @returns @code MSDF_SUCCESS@endcode on success, otherwise one of the constants prefixed with @code MSDF_ERR_@endcode. */ MSDF_API int msdf_shape_orient_contours(msdf_shape_handle shape);