summaryrefslogtreecommitdiff
path: root/src/VBox/Storage/VCICache.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/Storage/VCICache.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/Storage/VCICache.cpp')
-rw-r--r--src/VBox/Storage/VCICache.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/VBox/Storage/VCICache.cpp b/src/VBox/Storage/VCICache.cpp
index 579ad00d57a..99b17ffef4a 100644
--- a/src/VBox/Storage/VCICache.cpp
+++ b/src/VBox/Storage/VCICache.cpp
@@ -506,7 +506,6 @@ static int vciBlkMapCreate(uint64_t cBlocks, PVCIBLKMAP *ppBlkMap, uint32_t *pcB
/**
* Frees a block map.
*
- * @returns nothing.
* @param pBlkMap The block bitmap to destroy.
*/
static void vciBlkMapDestroy(PVCIBLKMAP pBlkMap)
@@ -925,7 +924,6 @@ static int vciBlkMapRealloc(PVCIBLKMAP pBlkMap, uint32_t cBlocksNew, uint64_t of
/**
* Frees a range of blocks.
*
- * @returns nothing.
* @param pBlkMap The block bitmap.
* @param offBlockAddr Address of the first block to free.
* @param cBlocks How many blocks to free.