Fixing the documentation internal links to work

This commit is contained in:
retropikzel 2025-04-07 07:39:45 +03:00
parent 498dd0e238
commit 9a1ea2ddc1
1 changed files with 2 additions and 8 deletions

View File

@ -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.