From 705d46811e1aba4a11149f3663bd7fd09f868408 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 20 Mar 2025 05:08:40 +0100 Subject: BootKit.h: Documentation improvements to BDiskFormatFactory. Signed-off-by: Amlal El Mahrouss --- dev/Boot/BootKit/BootKit.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev/Boot/BootKit/BootKit.h') diff --git a/dev/Boot/BootKit/BootKit.h b/dev/Boot/BootKit/BootKit.h index d8f6d4ca..ebaeeb7c 100644 --- a/dev/Boot/BootKit/BootKit.h +++ b/dev/Boot/BootKit/BootKit.h @@ -269,7 +269,7 @@ namespace Boot private: /// @brief Write all of the requested catalogs into the filesystem. /// @param blob the blobs. - /// @param blob_sz the number of blobs to write. + /// @param blob_sz the number of blobs to write (n * sizeof(blob_struct)). /// @param part the NeFS partition block. Boolean WriteCatalogList(BFileDescriptor* blob, SizeT blob_sz, NEFS_ROOT_PARTITION_BLOCK& part) { @@ -314,9 +314,9 @@ namespace Boot }; /// @brief Format disk. - /// @param Partition Name - /// @param Blobs. - /// @param Number of blobs. + /// @param part_name partition Name + /// @param blob blos. + /// @param blob_sz n blobs (n * sizeof(blob_struct)). /// @retval True disk has been formatted. /// @retval False failed to format. template -- cgit v1.2.3