-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdoxide.yaml
24 lines (23 loc) · 1023 Bytes
/
doxide.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
title: Demo
description: |
These pages demonstrate some of the features of Doxide, and also serve as
a test corpus. They are generated from the source files in the
[demo](https://github.com/lawmurray/doxide/tree/main/demo) directory of
the repository, as well as from the source code of Doxide itself. This
first page demonstrates how [groups](../organizing.md) can be used to
organize documentation.
files:
- "src/**.hpp"
- "src/**.cpp"
- "demo/*.hpp"
output: docs/demo
groups:
- name: parsing
title: Parsing
description: Demonstration and test of some parsing capabilities, including basics such as variables, functions, operators and types, and more complex forms such as elaborate templates and SFINAE.
- name: presentation
title: Presentation
description: Demonstration and test of Markdown elements, such as code, syntax highlighting, tables, images, and admonitions.
- name: developer
title: Developer
description: Doxide's own source code documentation.