mirror of
https://github.com/bakpakin/tiny-ecs.git
synced 2024-11-17 04:44:23 +00:00
37c2c49300
Currenty the `doc = doc` is equal to `doc = nil`. The "doc" directory is used because it's the internal LDoc default.
14 lines
282 B
Plaintext
14 lines
282 B
Plaintext
file = "tiny.lua"
|
|
project = "tiny-ecs"
|
|
description = "Entity Component System for lua."
|
|
backtick_references = true
|
|
format = 'discount'
|
|
title = "tiny-ecs API"
|
|
one = true
|
|
dir = "doc"
|
|
style = '!fixed'
|
|
package = 'tiny-ecs'
|
|
not_luadoc = true
|
|
boilerplate = true
|
|
no_return_or_parms = true
|