-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmrdocs.yml
More file actions
43 lines (29 loc) · 919 Bytes
/
Copy pathmrdocs.yml
File metadata and controls
43 lines (29 loc) · 919 Bytes
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
# MrDocs configuration for Boost.Multi
# https://github.com/cppalliance/mrdocs
source-root: include/
compilation-database: build-mrdocs/compile_commands.json
input:
- include/boost/multi/array_ref.hpp
- include/boost/multi/array.hpp
- include/boost/multi/restriction.hpp
- include/boost/multi/elementwise.hpp
- include/boost/multi/io.hpp
output: doc/modules/reference/pages
generator: adoc
multipage: true
extract-private: false
extract-friends: false
# inherit-base-members: "copy-dependencies" # "reference" "copy-all"
base-url: https://gitlab.com/correaa/boost-multi/-/blob/develop/include/
include-symbols:
- "boost::multi"
exclude-symbols:
- "boost::multi::detail"
- "boost::multi::elementwise::detail"
- "boost::multi::experimental"
# sort-members-by: location
# sort-namespace-members-by: location
warn-no-paramdoc: false
verbose: true
addons-supplemental:
- doc/mrdocs-addons