summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Misc/DevPL031.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/Misc/DevPL031.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/Misc/DevPL031.cpp')
-rw-r--r--src/VBox/Devices/Misc/DevPL031.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/VBox/Devices/Misc/DevPL031.cpp b/src/VBox/Devices/Misc/DevPL031.cpp
index 1339aa44749..296f013219f 100644
--- a/src/VBox/Devices/Misc/DevPL031.cpp
+++ b/src/VBox/Devices/Misc/DevPL031.cpp
@@ -192,7 +192,6 @@ typedef CTX_SUFF(PDEVPL031) PDEVPL031CC;
/**
* Updates the IRQ state based on the current device state.
*
- * @returns nothing.
* @param pDevIns The device instance.
* @param pThis The shared RTC instance data.
*/