Index: /trunk/src/VBox/Main/glue/EventQueue.cpp
===================================================================
--- /trunk/src/VBox/Main/glue/EventQueue.cpp	(revision 65081)
+++ /trunk/src/VBox/Main/glue/EventQueue.cpp	(revision 65082)
@@ -193,5 +193,5 @@
  *  Posts an event to this event loop asynchronously.
  *
- *  @param  event   the event to post, must be allocated using |new|
+ *  @param pEvent   the event to post, must be allocated using |new|
  *  @return         TRUE if successful and false otherwise
  */
Index: /trunk/src/VBox/Main/xml/Settings.cpp
===================================================================
--- /trunk/src/VBox/Main/xml/Settings.cpp	(revision 65081)
+++ /trunk/src/VBox/Main/xml/Settings.cpp	(revision 65082)
@@ -240,5 +240,5 @@
  * Constructor. Allocates the XML internals, parses the XML file if
  * pstrFilename is != NULL and reads the settings version from it.
- * @param strFilename
+ * @param pstrFilename
  */
 ConfigFileBase::ConfigFileBase(const com::Utf8Str *pstrFilename)
@@ -3193,5 +3193,5 @@
  * variables contain meaningful values (either from the file or defaults).
  *
- * @param strFilename
+ * @param pstrFilename
  */
 MachineConfigFile::MachineConfigFile(const Utf8Str *pstrFilename)
@@ -3294,5 +3294,5 @@
 /**
  * Called from MachineConfigFile::readHardware() to read cpu information.
- * @param elmCpuid
+ * @param elmCpu
  * @param ll
  */
@@ -3643,5 +3643,5 @@
  *
  * @param elmAudioAdapter "AudioAdapter" XML element.
- * @param hw
+ * @param aa
  */
 void MachineConfigFile::readAudioAdapter(const xml::ElementNode &elmAudioAdapter,
@@ -3771,5 +3771,5 @@
  * and \<StorageController\>.
  * @param elmStorageController
- * @param strg
+ * @param sctl
  */
 void MachineConfigFile::readStorageControllerAttributes(const xml::ElementNode &elmStorageController,
@@ -4504,5 +4504,4 @@
  * hidden in the \<Hardware\> settings. We set the StorageControllers fields just the
  * same, just from different sources.
- * @param elmHardware \<Hardware\> XML node.
  * @param elmHardDiskAttachments  \<HardDiskAttachments\> XML node.
  * @param strg
@@ -6652,5 +6651,5 @@
  *      when this gets called for OVF export.
  *
- * --   BuildMachineXML_SuppressSavedState: If set, the Machine/@stateFile
+ * --   BuildMachineXML_SuppressSavedState: If set, the Machine/stateFile
  *      attribute is never set. This is also for the OVF export case because we
  *      cannot save states with OVF.
