From 22daad2b26934df0c0fd8381d8a60a5339b82677 Mon Sep 17 00:00:00 2001 From: bakpakin Date: Sun, 29 Mar 2015 20:39:59 +0800 Subject: [PATCH] Minor changes. --- .gitignore | 3 +++ README.md | 2 +- config.ld | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 95faeec..b1b4e8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ #Ignore generated documentation doc/* +index.html +ldoc.css +topics/* diff --git a/README.md b/README.md index 9f9d389..fe121e1 100644 --- a/README.md +++ b/README.md @@ -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 ## diff --git a/config.ld b/config.ld index 75009d9..df75a63 100644 --- a/config.ld +++ b/config.ld @@ -3,3 +3,5 @@ project = "tiny-ecs" description = "Entity Component System for lua." backtick_references = true one = false +dir = doc +sort = true