docs: use markdown syntax for hyperlinks

This commit is contained in:
Bilal Elmoussaoui 2021-05-25 13:14:01 +00:00
parent da1e43c1e6
commit 02672a521a
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ G_BEGIN_DECLS
* on architectures with different endiannesses. * on architectures with different endiannesses.
* *
* Its naming is modelled after VkFormat (see * Its naming is modelled after VkFormat (see
* https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VkFormat * <https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VkFormat>
* for details). * for details).
*/ */
typedef enum { typedef enum {

View File

@ -128,7 +128,7 @@ typedef enum {
* The implementation of each blend mode is deferred to the * The implementation of each blend mode is deferred to the
* rendering pipeline. * rendering pipeline.
* *
* See https://www.w3.org/TR/compositing-1/#blending for more information * See <https://www.w3.org/TR/compositing-1/#blending> for more information
* on blending and blend modes. * on blending and blend modes.
*/ */
typedef enum { typedef enum {