removed stupid outdated file

selene 2026-02-08 18:26:45 +01:00
parent ff6ee67261
commit bf60c59540
Signed by: sel
SSH key fingerprint: SHA256:33R/4Rx5Lu4o81LyJyXdMrmP5CJ6j7j1Soo0Dn7mKc0
2 changed files with 0 additions and 14 deletions

@ -1,3 +1,2 @@
- [Modular Object Format Specification](format.md)
- [Addressing of module items](modularity.md)
- [Built-in modules](modules.md)

@ -1,13 +0,0 @@
# Addressing of module items
## `... ModuleItem::Template`
For referencing templates, the following syntax is used: `{object_type}`
## `... ModuleItem::Validator`
For referencing validators, the following syntax is used: `{object_type}:func:validator`
## `... ModuleItem::Function`
For referencing functions, the following syntax is used: `{optional object_type}:func:{name}`