From 8853eb08a170a875980cdfb43fa7df0f9cbf9f73 Mon Sep 17 00:00:00 2001 From: localhorst Date: Fri, 12 Dec 2025 22:31:44 +0100 Subject: [PATCH] doxygen --- src/reHDD.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/reHDD.cpp b/src/reHDD.cpp index 7dffd4e..a395908 100644 --- a/src/reHDD.cpp +++ b/src/reHDD.cpp @@ -236,7 +236,7 @@ void reHDD::ThreadUserInput() } /** - * \brief start shred for all drives + * \brief print all shredded drives * \param pointer of list * plistDrives * \return void */ @@ -252,6 +252,11 @@ void reHDD::printAllDrives(list *plistDrives) mxDrives.unlock(); } +/** + * \brief print a shredded drives + * \param pointer of a drive + * \return void + */ void reHDD::printDrive(Drive *const pDrive) { if (pDrive->bWasShredded)