We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bcb096 commit c932aa5Copy full SHA for c932aa5
src/capability/msix.rs
@@ -28,7 +28,7 @@ impl MsixCapability {
28
///
29
/// Unlike with MSI, the MSI message data and delivery address is not contained within the
30
/// capability, but instead in system memory, and pointed to by the BAR specified by
31
- /// `[MsixCapability::table_bar]` and `[MsixCapability::table_offset]`. The caller is therefore
+ /// [`MsixCapability::table_bar`] and [`MsixCapability::table_offset`]. The caller is therefore
32
/// responsible for configuring this separately, as this crate does not have access to
33
/// arbitrary physical memory.
34
pub fn set_enabled(&mut self, enabled: bool, access: impl ConfigRegionAccess) {
0 commit comments