Pop.Box/config.ld

15 lines
340 B
Plaintext
Raw Normal View History

2016-06-21 05:52:44 +00:00
file = {
"init.moon",
2016-08-21 07:49:16 +00:00
"elements/element.moon",
"main.moon",
2016-06-21 05:52:44 +00:00
"util.moon",
2016-08-21 07:49:16 +00:00
"Element.luadoc",
2016-06-21 05:52:44 +00:00
}
project = "Pop.Box()"
2016-08-21 05:29:16 +00:00
description = "GUI library for [LÖVE](https://love2d.org/), designed for ease of use"
2016-06-21 05:52:44 +00:00
title = "Documentation"
--package = "pop" --has to be same name as source directory
format = "markdown"
dir = "docs"