From: Marco Rubin <20150305+Rubo3@users.noreply.github.com> Date: Tue, 1 Feb 2022 10:11:52 +0000 (+0000) Subject: Docs fixes X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=7ef72484d323a87e27c3277924236b6d2450da94;p=jp%2Fvkvg.git Docs fixes --- diff --git a/include/vkvg.h b/include/vkvg.h index 06539e8..98b0161 100644 --- a/include/vkvg.h +++ b/include/vkvg.h @@ -676,8 +676,6 @@ vkvg_public VkvgSurface vkvg_surface_create_from_image (VkvgDevice dev, const char* filePath); /** * @brief Create a new vkvg surface using an existing vulkan texture as backend. - * - * Create a new vkvg surface that will used an existing vulkan texture as backend. * @param dev The vkvg device used for creating the surface. * @param vkhImg The VkhImage to use as the backend texture for drawing operations. * @return A new surface, or null if an error occured. @@ -686,7 +684,7 @@ vkvg_public VkvgSurface vkvg_surface_create_for_VkhImage (VkvgDevice dev, void* vkhImg); // VkvgSurface vkvg_surface_create_from_bitmap (VkvgDevice dev, unsigned char* img, uint32_t width, uint32_t height); /** - * @brief Increment reference count on the surface by one + * @brief Increment reference count on the surface by one. * @param The vkvg surface to increment the reference count for. * @return ? */