diff options
| author | Hypothalamus <sehraf@users.noreply.github.com> | 2025-05-13 18:34:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-13 18:34:55 +0200 |
| commit | 4542244c4fff5a5087ff84994d0f5e69826b5bd0 (patch) | |
| tree | 195667e1aab7e110942c37d8e33d0b18f1ca43c5 /docs/gen/usage.json | |
| parent | a58e9d1dc96c949dd0330e812a699de2272d3df8 (diff) | |
| download | box64-4542244c4fff5a5087ff84994d0f5e69826b5bd0.tar.gz box64-4542244c4fff5a5087ff84994d0f5e69826b5bd0.zip | |
[DOCS] improve consistency between documentation and code (#2631)
* [fix][Docs] is `XXXX` consistantly * [feat][Docs] add simple validation script that checks consistency between `usage.json` and `env.h` * [DOCS] include `validate.py` in `gen.py`
Diffstat (limited to 'docs/gen/usage.json')
| -rw-r--r-- | docs/gen/usage.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/gen/usage.json b/docs/gen/usage.json index 735dbce9..055a7c69 100644 --- a/docs/gen/usage.json +++ b/docs/gen/usage.json @@ -1290,8 +1290,8 @@ "default": false }, { - "key": "XXX", - "description": "Show last XXX wrapped function call when a signal is caught.", + "key": "XXXX", + "description": "Show last XXXX wrapped function call when a signal is caught.", "default": false } ] |