about summary refs log tree commit diff stats
path: root/doc/manual.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.md')
-rw-r--r--doc/manual.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/manual.md b/doc/manual.md
index 56ea3b9f..a1a1b1ff 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -7,6 +7,21 @@ they give consumers less control than htmlparser.
 
 Here we describe both APIs.
 
+## Table of Contents
+
+* [Basic concepts](#basic-concepts)
+	- [Standards](#standards)
+	- [String interning](#string-interning)
+	- [String validation](#string-validation)
+* [High-level API (minidom, minidom_cs)](#high-level-api-minidom-minidom_cs)
+* [Low-level API (htmlparser)](#low-level-api-htmlparser)
+	- [Functions and procedures](#functions-and-procedures)
+		* [initHTML5Parser](#inithtml5parser)
+		* [parseChunk](#parsechunk)
+		* [finish](#finish)
+	- [Generic parameters](#generic-parameters)
+* [Example](#example)
+
 ## Basic concepts
 
 ### Standards