Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8049e5f

Browse files
Merge pull request#1716 from rust-osdev/doc-links
doc: fix broken links
2 parentsd49cfe4 +fb9c8ae commit8049e5f

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

‎uefi-raw/src/protocol/tcg/v2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pub struct Tcg2BootServiceCapability {
111111
}
112112

113113
bitflags!{
114-
/// Flags for the [`Tcg::hash_log_extend_event`] function.
114+
/// Flags for the [`Tcg2Protocol::hash_log_extend_event`] function.
115115
#[derive(Clone,Copy,Debug,Default,PartialEq,Eq,PartialOrd,Ord)]
116116
#[repr(transparent)]
117117
pubstructTcg2HashLogExtendEventFlags:u64{

‎uefi/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,11 @@
216216
//! [Zulip]: https://rust-osdev.zulipchat.com
217217
//! [`GlobalAlloc`]: alloc::alloc::GlobalAlloc
218218
//! [`cstr16!`]: crate::cstr16
219-
//! [`entry-macro`]: uefi_macros::entry
220219
//! [`r-efi`]: https://crates.io/crates/r-efi
221220
//! [`unsafe_protocol`]: proto::unsafe_protocol
222221
//! [apache]: https://github.com/rust-osdev/uefi-rs/blob/main/uefi/LICENSE-APACHE
223222
//! [contributing]: https://github.com/rust-osdev/uefi-rs/blob/main/CONTRIBUTING.md
223+
//! [entry-macro]: uefi_macros::entry
224224
//! [issue tracker]: https://github.com/rust-osdev/uefi-rs/issues
225225
//! [mit]: https://github.com/rust-osdev/uefi-rs/blob/main/uefi/LICENSE-MIT
226226
//! [rustc-uefi-std]: https://doc.rust-lang.org/nightly/rustc/platform-support/unknown-uefi.html

‎uefi/src/proto/scsi/pass_thru.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ impl ExtScsiPassThru {
106106
/// This operation resets all the SCSI devices connected to the SCSI channel.
107107
///
108108
/// # Returns
109-
/// [`Result<()>`] indicating the success or failure of the operation.
109+
/// [`Result`] indicating the success or failure of the operation.
110110
///
111111
/// # Errors
112112
/// - [`Status::UNSUPPORTED`] The SCSI channel does not support a channel reset operation.
@@ -174,7 +174,7 @@ impl ScsiDevice<'_> {
174174
/// to perform target resets.
175175
///
176176
/// # Returns
177-
/// [`Result<()>`] indicating the success or failure of the operation.
177+
/// [`Result`] indicating the success or failure of the operation.
178178
///
179179
/// # Errors
180180
/// - [`Status::UNSUPPORTED`] The SCSI channel does not support a target reset operation.

‎uefi/src/proto/string/unicode_collation.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ impl UnicodeCollation {
3939
///
4040
/// The following syntax can be used to build the string `pattern`:
4141
///
42-
/// |Pattern Character |Meaning |
43-
/// |-----------------------------|--------------------------------------------------|
44-
/// |* | Match 0 or more characters |
45-
/// |? | Match any one character |
46-
/// |[`char1` `char2`...`charN`]| Match any character in the set |
47-
/// |[`char1`-`char2`] | Match any character between `char1` and `char2`|
48-
/// |`char` | Match the character `char` |
42+
/// |Pattern Character|Meaning |
43+
/// |-------------------------------|--------------------------------------------------|
44+
/// |*| Match 0 or more characters |
45+
/// |?| Match any one character |
46+
/// |``[`char1` `char2`...`charN`]``| Match any character in the set |
47+
/// |``[`char1`-`char2`]`` | Match any character between `char1` and `char2`|
48+
/// |`char`| Match the character `char` |
4949
///
5050
/// For example, the pattern "*.Fw" will match all strings that end
5151
/// in ".FW", ".fw", ".Fw" or ".fW". The pattern "[a-z]" will match any

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp