summaryrefslogtreecommitdiff
path: root/tests/toc/toc.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/toc/toc.html')
-rw-r--r--tests/toc/toc.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/toc/toc.html b/tests/toc/toc.html
index 5ff1670..2874edc 100644
--- a/tests/toc/toc.html
+++ b/tests/toc/toc.html
@@ -48,41 +48,41 @@ with Clang</a></td></tr>
<p>Start of part one.</p>
- <h1 id="intro">Introduction</h1>
+ <h1 id="intro">1 Introduction</h1>
<p>Beginning of the first chapter.</p>
- <h2 id="arch-flow">Architecture and Workflow</h2>
+ <h2 id="arch-flow">1.1 Architecture and Workflow</h2>
<p>Some basics.</p>
- <h2 id="benefits">Benefits</h2>
+ <h2 id="benefits">1.2 Benefits</h2>
<p>You will like them.</p>
- <h1 id="hello">Hello World</h1>
+ <h1 id="hello">2 Hello World</h1>
<p>Beginning of the second chapter.</p>
- <h2 id="hell-setup">Setup</h2>
+ <h2 id="hell-setup">2.1 Setup</h2>
<p>More basics.</p>
- <h2 id="hello-compile">Compiling</h2>
+ <h2 id="hello-compile">2.2 Compiling</h2>
<p>How to build the example</p>
- <h3 id="hello-compile-gcc">Compiling with GCC</h3>
+ <h3 id="hello-compile-gcc">2.2.1 Compiling with GCC</h3>
<p>GCC. For Clang see <a href="#hello-compile-clang">Compiling with
Clang</a>.</p>
- <h3 id="hello-compile-clang">Compiling with Clang</h3>
+ <h3 id="hello-compile-clang">2.2.2 Compiling with Clang</h3>
<p>Clang. For GCC see <a href="#hello-compile-gcc">Compiling with
GCC</a>.</p>
- <h2 id="hello-conclusion">Conclusion</h2>
+ <h2 id="hello-conclusion">2.3 Conclusion</h2>
<p>Some remarks.</p>