Fixing the documentation internal links to work
This commit is contained in:
parent
498dd0e238
commit
9a1ea2ddc1
10
README.md
10
README.md
|
|
@ -302,18 +302,12 @@ Types are given as symbols, for example 'int8 or 'pointer.
|
||||||
|
|
||||||
Some of these are procedures and some macros, it might also change implementation to implementation.
|
Some of these are procedures and some macros, it might also change implementation to implementation.
|
||||||
|
|
||||||
#### pffi-init
|
**pffi-init** <a name="pffi-init"></a>
|
||||||
<a name="pffi-init"></a>
|
|
||||||
|
|
||||||
**pffi-init**
|
|
||||||
|
|
||||||
Always call this first, on most implementation it does nothing but some implementations might need
|
Always call this first, on most implementation it does nothing but some implementations might need
|
||||||
initialisation run.
|
initialisation run.
|
||||||
|
|
||||||
#### pffi-size-of
|
**pffi-size-of** object -> number <a name="pffi-size-of"></a>
|
||||||
<a name="pffi-size-of"></a>
|
|
||||||
|
|
||||||
**pffi-size-of** object -> number
|
|
||||||
|
|
||||||
Returns the size of the pffi-struct, pffi-enum or pffi-type.
|
Returns the size of the pffi-struct, pffi-enum or pffi-type.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue