diff options
author | bptato <nincsnevem662@gmail.com> | 2024-06-04 19:42:45 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-06-04 19:43:03 +0200 |
commit | 8e1baaedfdcc3f99e2b69b2927d4237dd4c63e1d (patch) | |
tree | 71c8413865fb249104901587ad64a439e963739a /doc/manual.md | |
parent | f5cccfe0655f7266e88cc537f9572926ebdef570 (diff) | |
download | chawan-8e1baaedfdcc3f99e2b69b2927d4237dd4c63e1d.tar.gz |
Update docs, todo
Diffstat (limited to 'doc/manual.md')
-rw-r--r-- | doc/manual.md | 15 |
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 |