We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97dae7 commit 53f817cCopy full SHA for 53f817c
src/ll/fuse_abi.rs
@@ -5,11 +5,11 @@
5
//! interface is versioned and capabilities are exchanged during the initialization (mounting)
6
//! of a filesystem.
7
//!
8
-//! OSXFUSE (macOS): https://github.com/osxfuse/fuse/blob/master/include/fuse_kernel.h
+//! OSXFUSE (macOS): <https://github.com/osxfuse/fuse/blob/master/include/fuse_kernel.h>
9
//! - supports ABI 7.8 in OSXFUSE 2.x
10
//! - supports ABI 7.19 since OSXFUSE 3.0.0
11
12
-//! libfuse (Linux/BSD): https://github.com/libfuse/libfuse/blob/master/include/fuse_kernel.h
+//! libfuse (Linux/BSD): <https://github.com/libfuse/libfuse/blob/master/include/fuse_kernel.h>
13
//! - supports ABI 7.8 since FUSE 2.6.0
14
//! - supports ABI 7.12 since FUSE 2.8.0
15
//! - supports ABI 7.18 since FUSE 2.9.0
0 commit comments