forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.hdoc.toml
44 lines (41 loc) · 927 Bytes
/
.hdoc.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[project]
name = "LLVM/Clang"
version = "15.x"
git_repo_url = "https://github.com/hdoc/llvm-project/"
git_default_branch = "release/15.x/"
[paths]
compile_commands = "build/compile_commands.json"
[ignore]
paths = [
"/llvm/benchmarks",
"/llvm/bindings",
"/llvm/cmake",
"/llvm/configure",
"/llvm/docs",
"/llvm/examples",
"/llvm/projects",
"/llvm/resources",
"/llvm/runtimes",
"/llvm/test",
"/llvm/tools",
"/llvm/unittests",
"/llvm/utils",
"/clang/bindings",
"/clang/cmake",
"/clang/docs",
"/clang/examples",
"/clang/INPUTS",
"/clang/runtime",
"/clang/test",
"/clang/tools",
"/clang/unittests",
"/clang/utils",
"/clang/www",
]
[pages]
homepage = "README.md"
paths = [
"hdoc-docs/Getting Started.md",
"hdoc-docs/Building LLVM.md",
"hdoc-docs/Coding Standards.md",
]