From e70571e9e0837f99b5afd8881ebf54636ac6ac8c Mon Sep 17 00:00:00 2001 From: duarm Date: Sun, 15 Jan 2023 20:52:18 -0300 Subject: [PATCH] ivec initialization macros docs, fixing vec2 macro docs --- docs/source/ivec2.rst | 7 +++++++ docs/source/ivec3.rst | 7 +++++++ docs/source/ivec4.rst | 7 +++++++ docs/source/vec2.rst | 8 ++++---- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/docs/source/ivec2.rst b/docs/source/ivec2.rst index f4d9f29..0f46659 100644 --- a/docs/source/ivec2.rst +++ b/docs/source/ivec2.rst @@ -8,6 +8,13 @@ Header: cglm/ivec2.h Table of contents (click to go): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Macros: + +1. GLM_IVEC2_ONE_INIT +#. GLM_IVEC2_ZERO_INIT +#. GLM_IVEC2_ONE +#. GLM_IVEC2_ZERO + Functions: 1. :c:func:`glm_ivec2` diff --git a/docs/source/ivec3.rst b/docs/source/ivec3.rst index a438390..34f8a79 100644 --- a/docs/source/ivec3.rst +++ b/docs/source/ivec3.rst @@ -8,6 +8,13 @@ Header: cglm/ivec3.h Table of contents (click to go): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Macros: + +1. GLM_IVEC3_ONE_INIT +#. GLM_IVEC3_ZERO_INIT +#. GLM_IVEC3_ONE +#. GLM_IVEC3_ZERO + Functions: 1. :c:func:`glm_ivec3` diff --git a/docs/source/ivec4.rst b/docs/source/ivec4.rst index c30555e..26d380e 100644 --- a/docs/source/ivec4.rst +++ b/docs/source/ivec4.rst @@ -8,6 +8,13 @@ Header: cglm/ivec4.h Table of contents (click to go): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Macros: + +1. GLM_IVEC4_ONE_INIT +#. GLM_IVEC4_ZERO_INIT +#. GLM_IVEC4_ONE +#. GLM_IVEC4_ZERO + Functions: 1. :c:func:`glm_ivec4` diff --git a/docs/source/vec2.rst b/docs/source/vec2.rst index 93d8663..509a014 100644 --- a/docs/source/vec2.rst +++ b/docs/source/vec2.rst @@ -10,10 +10,10 @@ Table of contents (click to go): Macros: -1. GLM_vec2_ONE_INIT -#. GLM_vec2_ZERO_INIT -#. GLM_vec2_ONE -#. GLM_vec2_ZERO +1. GLM_VEC2_ONE_INIT +#. GLM_VEC2_ZERO_INIT +#. GLM_VEC2_ONE +#. GLM_VEC2_ZERO Functions: