ebiten/_docs
2016-02-11 03:15:13 +09:00
..
public Rename example -> examples 2016-02-11 03:07:14 +09:00
.gitignore docs: Move example *.js and *.js.map files to another repository 2015-01-10 00:45:21 +09:00
example.tmpl.html docs: Add <title> to examples 2015-01-09 03:29:59 +09:00
examplecontent.tmpl.html docs: Move example *.js and *.js.map files to another repository 2015-01-10 00:45:21 +09:00
gen.go Rename example -> examples 2016-02-11 03:07:14 +09:00
generate.go Add comment 2016-02-11 03:15:13 +09:00
index.tmpl.html Rename example -> examples 2016-02-11 03:07:14 +09:00
README.md doc: Add server.go 2016-02-07 05:29:10 +09:00
server.go doc: Update license year in a new file 2016-02-07 06:09:19 +09:00

How to generate the doc

go run gen.go

How to run HTTP server

go run server.go