Skip to content

Commit 7e473df

Browse files
committed
Avoid generating dependency crates documentation
1 parent d522382 commit 7e473df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_documentation.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
# this script meant to be run from the root of arrayfire-rust
44

5-
cargo rustdoc -- --html-in-header ./scripts/mathjax.script
5+
cargo rustdoc -p arrayfire -- --html-in-header ./scripts/mathjax.script
66

77
mdbook build tutorials-book && cp -r tutorials-book/book ./target/doc/arrayfire/

0 commit comments

Comments
 (0)