The Configuration File
generate: (1)
concurrency: (2)
defines: (3)
ignore-failures: (4)
input:
include: (5)
multipage: (6)
source-root: (7)
filters: (8)
referenced-declarations: (9)
anonymous-namespaces: (10)
inaccessible-members: (11)
inaccessible-bases: (12)
| 1 | Optional generate key |
| 2 | Optional concurrency key |
| 3 | Optional defines key |
| 4 | Optional ignore-failures key |
| 5 | Optional include key |
| 6 | Optional multipage key |
| 7 | Optional source-root key |
| 8 | Optional filters key |
| 9 | Optional referenced-declarations key |
| 10 | Optional anonymous-namespaces key |
| 11 | Optional inaccessible-members key |
| 12 | Optional inaccessible-bases key |
Available configuration keys
| Keys | Description | Required |
|---|---|---|
concurrency |
The generator to use. Supported generators are
|
No |
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. |
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. |
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 |
No |
anonymous-namespaces |
Whether to extract anonymous namespaces. |
No |
inaccessible-members |
Whether to extract private/protected members. |
No |