Fixing the documentation internal links to work
This commit is contained in:
parent
1a1c4c8496
commit
7d77b74b7c
|
|
@ -66,7 +66,7 @@ conforming to some specification.
|
||||||
- [pffi-array?](#pffi-is-array)
|
- [pffi-array?](#pffi-is-array)
|
||||||
- [pffi-pointer->array](#pffi-pointer-to-array)
|
- [pffi-pointer->array](#pffi-pointer-to-array)
|
||||||
- [pffi-array-get](#pffi-array-get)
|
- [pffi-array-get](#pffi-array-get)
|
||||||
- [pffi-array-set!](#pffi-array-set!)
|
- [pffi-array-set!](#pffi-array-set)
|
||||||
- [pffi-list->array](#pffi-list-to-array)
|
- [pffi-list->array](#pffi-list-to-array)
|
||||||
- [pffi-array->list](#pffi-array-to-list)
|
- [pffi-array->list](#pffi-array-to-list)
|
||||||
- [pffi-define](#pffi-define)
|
- [pffi-define](#pffi-define)
|
||||||
|
|
@ -525,7 +525,7 @@ Converts given pointer to an array of giben type and size.
|
||||||
Returns the value of given index from given array.
|
Returns the value of given index from given array.
|
||||||
|
|
||||||
#### pffi-array-set!
|
#### pffi-array-set!
|
||||||
<a name="pffi-array-set!"></a>
|
<a name="pffi-array-set"></a>
|
||||||
|
|
||||||
**pffi-array-set!** array index value
|
**pffi-array-set!** array index value
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue