-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First attempt at fixing nlohmann doctest compilation error (#4499)
* First attempt at fixing nlohmann doctest compilation error * fixed compilation issue * Fixed ApiView generation for azure core
- Loading branch information
1 parent
f7fef25
commit 8be6490
Showing
3 changed files
with
44 additions
and
6 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
sdk/core/azure-core-tracing-opentelemetry/inc/ApiViewSettings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"sourceFilesToProcess": null, | ||
"sourceFilesToSkip": [ | ||
], | ||
"additionalIncludeDirectories": [ | ||
"../../azure-core/inc" | ||
], | ||
"additionalCompilerSwitches": [ | ||
"-D_azure_APIVIEW", | ||
"-D_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH" | ||
], | ||
"allowInternal": true, | ||
"includeDetail": false, | ||
"includePrivate": false, | ||
"filterNamespace": "Azure::", | ||
"reviewName": "Azure Core Tracing Open-Telemetry API Review", | ||
"serviceName": null, | ||
"packageName": "azure-core-tracing-opentelemetry-cpp" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters