Index: /trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp	(revision 65139)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp	(revision 65140)
@@ -2687,5 +2687,5 @@
 /**
  *  Returns the regexp string that defines the format of the human-readable
- *  size representation, <tt>\#\#\#\#[.\#\#] B|KB|MB|GB|TB|PB</tt>.
+ *  size representation: @verbatim ####[.##] B|KB|MB|GB|TB|PB @endverbatim
  *
  *  This regexp will capture 5 groups of text:
@@ -2715,5 +2715,5 @@
 /**
  *  Parses the given size string that should be in form of
- *  <tt>\#\#\#\#[.\#\#] B|KB|MB|GB|TB|PB</tt> and returns
+ *  @verbatim ####[.##] B|KB|MB|GB|TB|PB @endverbatim and returns
  *  the size value in bytes. Zero is returned on error.
  */
@@ -2764,5 +2764,5 @@
 /**
  * Formats the given @a aSize value in bytes to a human readable string
- * in form of <tt>\#\#\#\#[.\#\#] B|KB|MB|GB|TB|PB</tt>.
+ * in form of @verbatim ####[.##] B|KB|MB|GB|TB|PB @endverbatim.
  *
  * The @a aMode and @a aDecimal parameters are used for rounding the resulting
@@ -2956,7 +2956,7 @@
 /**
  *  Reformats the input string @a aStr so that:
- *  - strings in single quotes will be put inside <nobr> and marked
+ *  - strings in single quotes will be put inside \<nobr\> and marked
  *    with blue color;
- *  - UUIDs be put inside <nobr> and marked
+ *  - UUIDs be put inside \<nobr\> and marked
  *    with green color;
  *  - replaces new line chars with \</p\>\<p\> constructs to form paragraphs
@@ -2965,5 +2965,5 @@
  *     or prepended to the existing paragraph).
  *
- *  If @a aToolTip is true, colouring is not applied, only the <nobr> tag
+ *  If @a aToolTip is true, colouring is not applied, only the \<nobr\> tag
  *  is added. Also, new line chars are replaced with \<br\> instead of \<p\>.
  */
