-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmrdocs.yml
More file actions
39 lines (26 loc) · 798 Bytes
/
mrdocs.yml
File metadata and controls
39 lines (26 loc) · 798 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
# 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
output: doc/modules/reference/pages
generator: adoc
multipage: true
extract-private: false
inherit-base-members: "reference"
base-url: https://gitlab.com/correaa/boost-multi/-/blob/master/include/
include-symbols:
- "boost::multi"
exclude-symbols:
- "boost::multi::detail"
- "boost::multi::array<T, 0*"
- "boost::multi::array_iterator"
- "boost::multi::array_ptr<T, 0"
- "boost::multi::array_traits"
- "boost::multi::const_subarra<T"
sort-members-by: location
sort-namespace-members-by: location
warn-no-paramdoc: false
verbose: true