The Configuration File

concurrency: (1)
defines: (2)
ignore-failures: (3)
input:
  include: (4)
multipage: (5)
source-root: (6)
filters: (7)
referenced-declarations: (8)
anonymous-namespaces: (9)
inaccessible-members: (10)
inaccessible-bases: (11)
1 Optional concurrency key
2 Optional defines key
3 Optional ignore-failures key
4 Optional include key
5 Optional multipage key
6 Optional source-root key
7 Optional filters key
8 Optional referenced-declarations key
9 Optional anonymous-namespaces key
10 Optional inaccessible-members key
11 Optional inaccessible-bases key

Available configuration keys

Keys Description Required

concurrency

The amount of parallelism desired. 0 to use the hardware-suggested concurrency.

No

defines

Additional preprocessor directives in the form "NAME=VALUE".

No

ignore-failures

Whether to ignore failures during symbol extraction. true or false.

No

include

The amount of parallelism desired. 0 to use the hardware-suggested concurrency.

No

multipage

Whether to emit the reference as a set of files or just one file. true or false.

No

source-root

The absolute or relative path to the directory containing the input file hierarchy.

No

filters

Patterns specifying symbols which should be included/excluded. See specifying filters for details.

No

referenced-declarations

When to extract external declarations referenced by symbols. Unconditionally extracted when always, never extracted when never, and only extracted when used as a base class/deduced local class return type when set to dependency.

No

anonymous-namespaces

Whether to extract anonymous namespaces. always or never.

No

inaccessible-members

Whether to extract inaccessible members. Currently unimplemented.

No