summaryrefslogtreecommitdiff
path: root/rust/src
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2023-12-22 21:26:17 -0500
committerJordan Wiens <jordan@psifertex.com>2023-12-22 21:26:17 -0500
commit24504c4cf6bdc9acd90e4f95fd7185ae61b1030d (patch)
tree0df98fec43a0e2c75e08290f78159e3789fcd5b1 /rust/src
parent66be2657a30056b99fab83c7211092f288b44e69 (diff)
add more documentation about specifying the full path for install_api.py
Diffstat (limited to 'rust/src')
-rw-r--r--rust/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs
index d6161d53..d9ea2d46 100644
--- a/rust/src/lib.rs
+++ b/rust/src/lib.rs
@@ -16,7 +16,7 @@
#![allow(clippy::missing_safety_doc)]
#![allow(clippy::result_unit_err)]
#![allow(clippy::type_complexity)]
-#![doc(html_no_source)]
+#![doc(html_root_url = "https://dev-rust.binary.ninja/binaryninja/")]
#![doc(html_favicon_url = "/favicon.ico")]
#![doc(html_logo_url = "/logo.png")]
#![doc(issue_tracker_base_url = "https://github.com/Vector35/binaryninja-api/issues/")]