Index: /trunk/include/VBox/com/com.h
===================================================================
--- /trunk/include/VBox/com/com.h	(revision 78107)
+++ /trunk/include/VBox/com/com.h	(revision 78108)
@@ -53,10 +53,8 @@
 /**
  *  Initializes the COM runtime.
+ *
  *  Must be called on the main thread, before any COM activity in any thread, and by any thread
  *  willing to perform COM operations.
  *
- *  @param fGui             if call is performed on the GUI thread
- *  @param fAutoRegUpdate   if to do auto MS COM registration updates.
- *  @param fNoComPatching   Set this to skip the COM patching.
  *  @return COM result code
  */
@@ -65,4 +63,5 @@
 /**
  *  Shuts down the COM runtime.
+ *
  *  Must be called on the main thread before termination.
  *  No COM calls may be made in any thread after this method returns.
@@ -72,4 +71,5 @@
 /**
  *  Resolves a given interface ID to a string containing the interface name.
+ *
  *  If, for some reason, the given IID cannot be resolved to a name, a NULL
  *  string is returned. A non-NULL string returned by this function must be
