Minor changes.

This commit is contained in:
bakpakin
2015-03-29 20:39:59 +08:00
parent c38e5633d5
commit 22daad2b26
3 changed files with 6 additions and 1 deletions
Vendored
+3
View File
@@ -1,2 +1,5 @@
#Ignore generated documentation
doc/*
index.html
ldoc.css
topics/*
+1 -1
View File
@@ -65,7 +65,7 @@ Tiny-ecs uses [busted](http://olivinelabs.com/busted/) for testing. Install and
`busted` from the command line to test.
## Documentation ##
See API [here](http://bakpakin.github.io/tiny-ecs/).
See API [here](http://bakpakin.github.io/tiny-ecs/doc/).
Documentation can be generated locally with [LDoc](http://stevedonovan.github.io/ldoc/).
## TODO ##
+2
View File
@@ -3,3 +3,5 @@ project = "tiny-ecs"
description = "Entity Component System for lua."
backtick_references = true
one = false
dir = doc
sort = true