VirtualBox

Changeset 65140 in vbox for trunk/src


Ignore:
Timestamp:
Jan 5, 2017 11:16:52 AM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: doxygen fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp

    r65131 r65140  
    26872687/**
    26882688 *  Returns the regexp string that defines the format of the human-readable
    2689  *  size representation, <tt>\#\#\#\#[.\#\#] B|KB|MB|GB|TB|PB</tt>.
     2689 *  size representation: @verbatim ####[.##] B|KB|MB|GB|TB|PB @endverbatim
    26902690 *
    26912691 *  This regexp will capture 5 groups of text:
     
    27152715/**
    27162716 *  Parses the given size string that should be in form of
    2717  *  <tt>\#\#\#\#[.\#\#] B|KB|MB|GB|TB|PB</tt> and returns
     2717 *  @verbatim ####[.##] B|KB|MB|GB|TB|PB @endverbatim and returns
    27182718 *  the size value in bytes. Zero is returned on error.
    27192719 */
     
    27642764/**
    27652765 * Formats the given @a aSize value in bytes to a human readable string
    2766  * in form of <tt>\#\#\#\#[.\#\#] B|KB|MB|GB|TB|PB</tt>.
     2766 * in form of @verbatim ####[.##] B|KB|MB|GB|TB|PB @endverbatim.
    27672767 *
    27682768 * The @a aMode and @a aDecimal parameters are used for rounding the resulting
     
    29562956/**
    29572957 *  Reformats the input string @a aStr so that:
    2958  *  - strings in single quotes will be put inside <nobr> and marked
     2958 *  - strings in single quotes will be put inside \<nobr\> and marked
    29592959 *    with blue color;
    2960  *  - UUIDs be put inside <nobr> and marked
     2960 *  - UUIDs be put inside \<nobr\> and marked
    29612961 *    with green color;
    29622962 *  - replaces new line chars with \</p\>\<p\> constructs to form paragraphs
     
    29652965 *     or prepended to the existing paragraph).
    29662966 *
    2967  *  If @a aToolTip is true, colouring is not applied, only the <nobr> tag
     2967 *  If @a aToolTip is true, colouring is not applied, only the \<nobr\> tag
    29682968 *  is added. Also, new line chars are replaced with \<br\> instead of \<p\>.
    29692969 */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette