Skip to content

Commit 6b8d970

Browse files
committed
Improve docs
1 parent 3ce9598 commit 6b8d970

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ const KERNEL_FILE_NAME: &str = "kernel-x86_64";
3737
const RAMDISK_FILE_NAME: &str = "ramdisk";
3838
const CONFIG_FILE_NAME: &str = "boot.json";
3939

40-
/// DiskImageBuilder helps create disk images for a specified set of files.
41-
/// It can currently create MBR (BIOS), GPT (UEFI), and TFTP (UEFI) images.
40+
/// Allows creating disk images for a specified set of files.
41+
///
42+
/// It can currently create `MBR` (BIOS), `GPT` (UEFI), and `TFTP` (UEFI) images.
4243
pub struct DiskImageBuilder {
4344
files: BTreeMap<String, FileDataSource>,
4445
}

0 commit comments

Comments
 (0)