You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONFIG.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Configuration options
2
-
The configuration file is a TOML file with the following sections:
2
+
The configuration file is a TOML file named `config.toml`with the following sections:
3
3
4
4
## `project`
5
5
-`name`: Project name.
@@ -9,7 +9,6 @@ The configuration file is a TOML file with the following sections:
9
9
-`glob`: Glob to use for finding documented files.
10
10
-`compiler_arguments`: List of arguments to pass to libclang while parsing code.
11
11
12
-
13
12
## `output`
14
13
-`static_dir`: Path to a directory containing static files that will be copied in the output directory, this is where `style.css` will typically be located.
15
14
-`path`: Path to the output directory.
@@ -18,7 +17,7 @@ The configuration file is a TOML file with the following sections:
18
17
19
18
## `pages`
20
19
-`index` (optional): Markdown file to use as the index file, if an index page is not specified, the root namespace's comment will be used instead.
21
-
-`extra` (optional): List of file paths to serve as extra documentation pages.
20
+
-`extra` (optional): List of file paths to serve as extra documentation pages. These may be globs.
22
21
23
22
## `doctests` (optional)
24
23
-`enable`: Whether to enable documentation tests or not.
0 commit comments