summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAiden Fox Ivey <aiden.foxivey@shopify.com>2025-10-06 14:11:32 -0400
committerTakashi Kokubun <takashikkbn@gmail.com>2025-10-06 13:13:19 -0700
commit3ec49b9870d8c26d552bd6ae7aa6a0f452daec25 (patch)
treeb45f543636a8d2653c1477901a25cfc2c66a2372 /doc
parentcc982346417ad7cc4dcfeaae5e832d78571820db (diff)
ZJIT: Make documentation command target ZJIT specifically
Diffstat (limited to 'doc')
-rw-r--r--doc/zjit.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/zjit.md b/doc/zjit.md
index 65151051c8..d0e66dfe85 100644
--- a/doc/zjit.md
+++ b/doc/zjit.md
@@ -26,7 +26,10 @@ in a way that can be easily shared with other team members.
## Documentation
-You can generate and open the source level documentation in your browser using `cargo doc --open --document-private-items`.
+You can generate and open the source level documentation in your browser using:
+```
+cargo doc --document-private-items -p zjit --open
+```
## Testing