mirror of
https://github.com/nlohmann/json.git
synced 2025-08-06 07:02:42 +03:00
10 lines
191 B
Markdown
10 lines
191 B
Markdown
# generate_natvis.py
|
|
|
|
Generate the Natvis debugger visualization file for all supported namespace combinations.
|
|
|
|
## Usage
|
|
|
|
```shell
|
|
./generate_natvis.py --version X.Y.Z output_directory/
|
|
```
|