We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d522382 commit 7e473dfCopy full SHA for 7e473df
scripts/generate_documentation.sh
@@ -2,6 +2,6 @@
2
3
# this script meant to be run from the root of arrayfire-rust
4
5
-cargo rustdoc -- --html-in-header ./scripts/mathjax.script
+cargo rustdoc -p arrayfire -- --html-in-header ./scripts/mathjax.script
6
7
mdbook build tutorials-book && cp -r tutorials-book/book ./target/doc/arrayfire/
0 commit comments