We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3f3a8 commit 07d302bCopy full SHA for 07d302b
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