mirror of
https://github.com/recp/cglm.git
synced 2025-12-31 04:37:01 +00:00
docs: Use .. note:: to display better.
Also, make sure the note content has a blank line after it to remove a warning from Sphinx.
This commit is contained in:
@@ -389,7 +389,8 @@ Functions documentation
|
||||
|
||||
Create two dimensional vector from pointer
|
||||
|
||||
| NOTE: **@src** must contain at least 2 elements.
|
||||
.. note:: **@src** must contain at least 2 elements.
|
||||
|
||||
Parameters:
|
||||
| *[in]* **src** pointer to an array of floats
|
||||
| *[out]* **dest** destination vector
|
||||
|
||||
Reference in New Issue
Block a user