aboutsummaryrefslogtreecommitdiff
path: root/.run/src/bin/doc.sh
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-20 12:54:49 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-20 12:54:49 +0800
commitc04df33fba43c41548d5cc7b3fe2d746f639798e (patch)
treec010b09a4ddf1e38fd2449ba2275188ea5bc1c67 /.run/src/bin/doc.sh
parent12d8d151de77ea219d96b22df6f1172433a7d87f (diff)
feat: add docs_rs feature and improve documentation build
Add `docs_rs` feature flag to enable docs.rs-specific configuration, including `--generate-link-to-definition` and logo display. Include the feature in build scripts, editor settings, and feature constants for consistent documentation generation.
Diffstat (limited to '.run/src/bin/doc.sh')
-rw-r--r--.run/src/bin/doc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.run/src/bin/doc.sh b/.run/src/bin/doc.sh
index b98941a..014ea44 100644
--- a/.run/src/bin/doc.sh
+++ b/.run/src/bin/doc.sh
@@ -3,5 +3,5 @@
cargo doc \
--manifest-path mingling/Cargo.toml \
--no-deps \
- --features core,macros,builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros \
+ --features docs_rs,core,macros,builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros \
--open