diff options
author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2015-10-08 20:59:48 +0000 |
---|---|---|
committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2015-10-08 20:59:48 +0000 |
commit | 0545b7ed017d44821354d39ef3b7730b4725e069 (patch) | |
tree | cde64a281d18bcb6bc295efdfa35e91e1aefdce2 /src/VBox/VMM/VMMAll/VMMAll.cpp | |
parent | c237c06fff8a4fce1e17185a453d8901b969dafc (diff) | |
download | VirtualBox-svn-0545b7ed017d44821354d39ef3b7730b4725e069.tar.gz |
VMM: Fixed almost all the Doxygen warnings.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@58126 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/VMM/VMMAll/VMMAll.cpp')
-rw-r--r-- | src/VBox/VMM/VMMAll/VMMAll.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/VMM/VMMAll/VMMAll.cpp b/src/VBox/VMM/VMMAll/VMMAll.cpp index 791f37ff7d0..386fe68a6a2 100644 --- a/src/VBox/VMM/VMMAll/VMMAll.cpp +++ b/src/VBox/VMM/VMMAll/VMMAll.cpp @@ -42,7 +42,7 @@ static volatile uint32_t g_cFormatTypeUsers = 0; * * @returns The length of the formatted number. * @param pszBuf Output buffer with sufficient space. - * @param uNum The number to format. + * @param uNumber The number to format. */ static unsigned vmmFormatTypeShortNumber(char *pszBuf, uint32_t uNumber) { |