summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-11 01:11:15 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-11 01:11:15 +0000
commitbc670f8fed98cdd8a18db1becd09217d0f350db9 (patch)
tree94cc243445b95c3cc05d1cd47210e0bc47ac5b95
parente70d817fc58fe57d35cc482f775d14867d9a3829 (diff)
downloadVirtualBox-svn-bc670f8fed98cdd8a18db1becd09217d0f350db9.tar.gz
*: doxygen corrections (mostly about removing @returns from functions returning void). [scm fixes]
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99740 cfe28804-0f27-0410-a406-dd0f0b0b656f
-rw-r--r--src/VBox/Devices/Graphics/DevVGA-SVGA.cpp2
-rw-r--r--src/VBox/Main/include/GuestCtrlImplPrivate.h2
-rw-r--r--src/VBox/Storage/testcase/VDIoBackendMem.h2
-rw-r--r--src/VBox/VMM/VMMR3/TM.cpp4
4 files changed, 5 insertions, 5 deletions
diff --git a/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp b/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
index a8da59d22c5..3ce5c6466df 100644
--- a/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
+++ b/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
@@ -6399,7 +6399,7 @@ static int vmsvgaR3Init3dInterfaces(PPDMDEVINS pDevIns, PVGASTATE pThis, PVGASTA
/**
* Compute the host capabilities: device and FIFO.
- *
+ *
* Depends on 3D backend initialization.
*
* @param pThis The shared VGA/VMSVGA instance data.
diff --git a/src/VBox/Main/include/GuestCtrlImplPrivate.h b/src/VBox/Main/include/GuestCtrlImplPrivate.h
index 1ad99a3cbe5..e131b9818f7 100644
--- a/src/VBox/Main/include/GuestCtrlImplPrivate.h
+++ b/src/VBox/Main/include/GuestCtrlImplPrivate.h
@@ -594,7 +594,7 @@ public:
}
/**
- * @copydoc GuestEnvironmentChanges::copy()
+ * @copydoc GuestEnvironmentChanges::copy()
* @throws HRESULT
*/
GuestEnvironmentChanges &operator=(const GuestEnvironmentBase &rThat)
diff --git a/src/VBox/Storage/testcase/VDIoBackendMem.h b/src/VBox/Storage/testcase/VDIoBackendMem.h
index bc0aba3df32..e83b8c6dbd1 100644
--- a/src/VBox/Storage/testcase/VDIoBackendMem.h
+++ b/src/VBox/Storage/testcase/VDIoBackendMem.h
@@ -43,7 +43,7 @@ typedef PVDIOBACKENDMEM *PPVDIOBACKENDMEM;
/**
* Completion handler.
- *
+ *
* @returns IPRT status code.
* @param pvUser Opaque user data.
* @param rcReq Completion code for the request.
diff --git a/src/VBox/VMM/VMMR3/TM.cpp b/src/VBox/VMM/VMMR3/TM.cpp
index a18b38a5ebe..75e0793b9bf 100644
--- a/src/VBox/VMM/VMMR3/TM.cpp
+++ b/src/VBox/VMM/VMMR3/TM.cpp
@@ -3571,8 +3571,8 @@ VMMR3DECL(int) TMR3GetCpuLoadPercents(PUVM pUVM, VMCPUID idCpu, uint64_t *pcMsIn
#ifndef VBOX_WITHOUT_NS_ACCOUNTING
/**
- * Helper for tmR3CpuLoadTimer.
- *
+ * Helper for tmR3CpuLoadTimer.
+ *
* @param pState The state to update.
* @param cNsTotal Total time.
* @param cNsExecuting Time executing.