summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/fuzz/fuzz-target-recorder.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/Runtime/common/fuzz/fuzz-target-recorder.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/Runtime/common/fuzz/fuzz-target-recorder.cpp')
-rw-r--r--src/VBox/Runtime/common/fuzz/fuzz-target-recorder.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/VBox/Runtime/common/fuzz/fuzz-target-recorder.cpp b/src/VBox/Runtime/common/fuzz/fuzz-target-recorder.cpp
index c2446ed4772..04d3c89a11f 100644
--- a/src/VBox/Runtime/common/fuzz/fuzz-target-recorder.cpp
+++ b/src/VBox/Runtime/common/fuzz/fuzz-target-recorder.cpp
@@ -184,7 +184,6 @@ typedef struct RTFUZZTGTRECINT
/**
* Initializes the given stdout/stderr buffer.
*
- * @returns nothing.
* @param pBuf The buffer to initialize.
*/
static void rtFuzzTgtStdOutErrBufInit(PRTFUZZTGTSTDOUTERRBUF pBuf)
@@ -198,7 +197,6 @@ static void rtFuzzTgtStdOutErrBufInit(PRTFUZZTGTSTDOUTERRBUF pBuf)
/**
* Frees all allocated resources in the given stdout/stderr buffer.
*
- * @returns nothing.
* @param pBuf The buffer to free.
*/
static void rtFuzzTgtStdOutErrBufFree(PRTFUZZTGTSTDOUTERRBUF pBuf)
@@ -357,7 +355,6 @@ static int rtFuzzTgtRecScanStateForNewEdges(PRTFUZZTGTRECINT pThis, PRTFUZZTGTST
/**
* Destorys the given fuzzer target recorder freeing all allocated resources.
*
- * @returns nothing.
* @param pThis The fuzzer target recorder instance.
*/
static void rtFuzzTgtRecDestroy(PRTFUZZTGTRECINT pThis)
@@ -369,7 +366,6 @@ static void rtFuzzTgtRecDestroy(PRTFUZZTGTRECINT pThis)
/**
* Destroys the given fuzzer target state freeing all allocated resources.
*
- * @returns nothing.
* @param pThis The fuzzed target state instance.
*/
static void rtFuzzTgtStateDestroy(PRTFUZZTGTSTATEINT pThis)