mirror of
https://github.com/nlohmann/json.git
synced 2025-07-29 23:01:16 +03:00
Clean up and document project files (#4560)
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
|
||||
# amalgamate.py - Amalgamate C source and header files
|
||||
|
||||
Origin: https://bitbucket.org/erikedlund/amalgamate
|
||||
|
@ -1,6 +1,7 @@
|
||||
# GDB Pretty Printer
|
||||
|
||||
File [nlohmann-json.py](nlohmann-json.py) contains a pretty printer for GDB for JSON values of this library. It was originally published as [Gist](https://gist.github.com/ssbssa/60da5339c6e6036b2afce17de06050ea#file-nlohmann-json-py) by [Hannes Domani](https://github.com/ssbssa).
|
||||
File [nlohmann-json.py](nlohmann-json.py) contains a pretty printer for GDB for JSON values of this library. It was
|
||||
originally published as [Gist](https://gist.github.com/ssbssa/60da5339c6e6036b2afce17de06050ea#file-nlohmann-json-py) by [Hannes Domani](https://github.com/ssbssa).
|
||||
|
||||
## How to use
|
||||
|
||||
|
@ -1,10 +1,9 @@
|
||||
generate_natvis.py
|
||||
==================
|
||||
# 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/
|
||||
```
|
||||
|
1
tools/generate_natvis/requirements.txt
Normal file
1
tools/generate_natvis/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
jinja2==3.1.5
|
Reference in New Issue
Block a user