Improve table of contents;

This commit is contained in:
bjorn 2015-08-29 18:32:13 -07:00
parent 744f7cdf33
commit f0d49b032e
2 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,6 @@
RxLua
===
Table of Contents
---
- [Observer](#observer)
- [create](#createonnext-onerror-oncomplete)
- [onNext](#onnextvalues)

View File

@ -3,7 +3,6 @@ local docroc = require 'tools/docroc'
io.output('doc/README.md')
io.write('RxLua\n===\n\n')
io.write('Table of Contents\n---\n\n')
local comments = docroc.process('rx.lua')