about summary refs log tree commit diff stats
path: root/doc/manual.md
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-06-04 19:42:45 +0200
committerbptato <nincsnevem662@gmail.com>2024-06-04 19:43:03 +0200
commit8e1baaedfdcc3f99e2b69b2927d4237dd4c63e1d (patch)
tree71c8413865fb249104901587ad64a439e963739a /doc/manual.md
parentf5cccfe0655f7266e88cc537f9572926ebdef570 (diff)
downloadchawan-8e1baaedfdcc3f99e2b69b2927d4237dd4c63e1d.tar.gz
Update docs, todo
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