소스 검색

Improve table of contents;

bjorn 10 년 전
부모
커밋
f0d49b032e
2개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 3
      doc/README.md
  2. 0 1
      tools/update_documentation.lua

+ 0 - 3
doc/README.md

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

+ 0 - 1
tools/update_documentation.lua

@@ -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')