We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2413e commit 53a5bbaCopy full SHA for 53a5bba
docs/mrdocs.yml
@@ -0,0 +1,18 @@
1
+---
2
+source-root: ..
3
+input:
4
+ - ../include
5
+exclude:
6
+ - ../include/beman/optional/detail
7
+exclude-patterns:
8
+ - ../include/beman/optional/detail/**
9
+includes:
10
11
+file-patterns:
12
+ - '*.hpp'
13
+include-symbols:
14
+ - 'beman::optional::**'
15
+implementation-defined:
16
+ - 'beman::optional::detail'
17
+multipage: true
18
+generator: adoc
0 commit comments