From d1b7d34c43ec463815c448e7677fc64ec936504a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 20 Mar 2025 15:06:01 +0100 Subject: DiskImage.h: Completed documentation for DIFormatDiskToFile --- public/frameworks/DiskImage.fwrk/headers/DiskImage.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/frameworks/DiskImage.fwrk/headers/DiskImage.h b/public/frameworks/DiskImage.fwrk/headers/DiskImage.h index 33883450..ae94f154 100644 --- a/public/frameworks/DiskImage.fwrk/headers/DiskImage.h +++ b/public/frameworks/DiskImage.fwrk/headers/DiskImage.h @@ -14,6 +14,13 @@ #include #include +/// @brief EPM format disk to **out_name** +/// @param disk_name The partition name +/// @param sector_sz The sector size +/// @param block_cnt The block count +/// @param disk_sz The disk size (in bytes) +/// @param out_name the output filesystem path. +/// @return Status code regarding completion. SInt32 DIFormatDiskToFile(const char* disk_name = "Disk", int sector_sz = 512, const int block_cnt = 1, -- cgit v1.2.3