From 96ff207be28274ae59aa67e941c7a6a261ae0c47 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Feb 2016 07:45:21 +0200 Subject: Assign numbers to TOC headings --- tests/toc/toc.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'tests/toc/toc.html') 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

Start of part one.

-

Introduction

+

1 Introduction

Beginning of the first chapter.

-

Architecture and Workflow

+

1.1 Architecture and Workflow

Some basics.

-

Benefits

+

1.2 Benefits

You will like them.

-

Hello World

+

2 Hello World

Beginning of the second chapter.

-

Setup

+

2.1 Setup

More basics.

-

Compiling

+

2.2 Compiling

How to build the example

-

Compiling with GCC

+

2.2.1 Compiling with GCC

GCC. For Clang see Compiling with Clang.

-

Compiling with Clang

+

2.2.2 Compiling with Clang

Clang. For GCC see Compiling with GCC.

-

Conclusion

+

2.3 Conclusion

Some remarks.

-- cgit v1.1