summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Storage/HBDMgmt-darwin.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-11 01:01:08 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-11 01:01:08 +0000
commite70d817fc58fe57d35cc482f775d14867d9a3829 (patch)
treeee329e28a974a3d303c8306edf82d7f2b2dd5519 /src/VBox/Devices/Storage/HBDMgmt-darwin.cpp
parentf6e04aac8a5c0dec9b9a5a338813733293f8815b (diff)
downloadVirtualBox-svn-e70d817fc58fe57d35cc482f775d14867d9a3829.tar.gz
*: doxygen corrections (mostly about removing @returns from functions returning void).
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99739 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Devices/Storage/HBDMgmt-darwin.cpp')
-rw-r--r--src/VBox/Devices/Storage/HBDMgmt-darwin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/VBox/Devices/Storage/HBDMgmt-darwin.cpp b/src/VBox/Devices/Storage/HBDMgmt-darwin.cpp
index a0bb0961592..aee80ad72ed 100644
--- a/src/VBox/Devices/Storage/HBDMgmt-darwin.cpp
+++ b/src/VBox/Devices/Storage/HBDMgmt-darwin.cpp
@@ -123,7 +123,6 @@ typedef HBDMGRDACLBKARGS *PHBDMGRDACLBKARGS;
/**
* Unclaims the given block device and frees its state removing it from the list.
*
- * @returns nothing.
* @param pDev The block device to unclaim.
*/
static void hbdMgrDevUnclaim(PHBDMGRDEV pDev)
@@ -294,7 +293,6 @@ static DADissenterRef hbdMgrDAMountApprovalCallback(DADiskRef hDiskRef, void *pv
*
* Dummy handler for the wakeup source to kick the worker thread.
*
- * @returns nothing.
* @param pInfo Opaque user data given during source creation, unused.
*/
static void hbdMgrDAPerformWakeup(void *pInfo)