about summary refs log tree commit diff stats
path: root/docs/box64.pod
diff options
context:
space:
mode:
authorHypothalamus <sehraf@users.noreply.github.com>2025-05-13 18:34:55 +0200
committerGitHub <noreply@github.com>2025-05-13 18:34:55 +0200
commit4542244c4fff5a5087ff84994d0f5e69826b5bd0 (patch)
tree195667e1aab7e110942c37d8e33d0b18f1ca43c5 /docs/box64.pod
parenta58e9d1dc96c949dd0330e812a699de2272d3df8 (diff)
downloadbox64-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/box64.pod')
-rw-r--r--docs/box64.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/box64.pod b/docs/box64.pod
index fa8fb86b..9a7581b0 100644
--- a/docs/box64.pod
+++ b/docs/box64.pod
@@ -626,13 +626,13 @@ Reserve high memory area for the program, always enabled on Box32.
  * 1 : Reserve high memory area for the program. 
 
 
-=item B<BOX64_ROLLING_LOG> =I<0|1|XXX>
+=item B<BOX64_ROLLING_LOG> =I<0|1|XXXX>
 
 Show last few wrapped function call when a signal is caught.
 
  * 0 : Does nothing. [Default]
  * 1 : Show last 16 wrapped function call when a signal is caught. 
- * XXX : Show last XXX wrapped function call when a signal is caught. 
+ * XXXX : Show last XXXX wrapped function call when a signal is caught. 
 
 
 =item B<BOX64_SDL2_JGUID> =I<0|1>