/docs/interop.md: valid relative hyperlinks
This commit is contained in:
parent
9da26638c8
commit
1d35a3859b
@ -4,7 +4,7 @@ for that certain considerations are taken:
|
|||||||
|
|
||||||
* number of public api calls is kept at the minimum
|
* number of public api calls is kept at the minimum
|
||||||
* procedure parameters can only use basic types, no aggregates, with exception of Vec/Matrix types and alike,
|
* procedure parameters can only use basic types, no aggregates, with exception of Vec/Matrix types and alike,
|
||||||
with no expectation on new additions (see [/include/twn_types.h](/include/twn_types.h))
|
with no expectation on new additions (see [/include/twn_types.h](../include/twn_types.h))
|
||||||
* optionals can be expressed via pointer passage of value primitives, with NULL expressive default, but they should be immutable
|
* optionals can be expressed via pointer passage of value primitives, with NULL expressive default, but they should be immutable
|
||||||
* opaque typed parameters are passed around as pointers
|
* opaque typed parameters are passed around as pointers
|
||||||
* when mutation on input is done, - it shouldn't be achieved from a mutable pointer, but return value
|
* when mutation on input is done, - it shouldn't be achieved from a mutable pointer, but return value
|
||||||
@ -12,4 +12,4 @@ for that certain considerations are taken:
|
|||||||
* module prefix is used for namespacing, actual symbols come after the prefix (`module_symbol`)
|
* module prefix is used for namespacing, actual symbols come after the prefix (`module_symbol`)
|
||||||
* symbols should not contain letters at the start nor after the namespace prefix
|
* symbols should not contain letters at the start nor after the namespace prefix
|
||||||
* floats are preferred over integers
|
* floats are preferred over integers
|
||||||
* [/include/twn_api.json](/include/twn_api.json) file is hand-kept with a schema to aid automatic binding generation and other tooling
|
* [/include/twn_api.json](../include/twn_api.json) file is hand-kept with a schema to aid automatic binding generation and other tooling
|
||||||
|
Loading…
Reference in New Issue
Block a user