VirtualBox

Changeset 65126 in vbox for trunk


Ignore:
Timestamp:
Jan 4, 2017 6:25:01 PM (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

    r64644 r65126  
    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, <tt>!#!#!#!#[.!#!#] B|KB|MB|GB|TB|PB</tt>.
    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 *  <tt>!#!#!#!#[.!#!#] B|KB|MB|GB|TB|PB</tt> 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 <tt>!#!#!#!#[.!#!#] B|KB|MB|GB|TB|PB</tt>.
    27672767 *
    27682768 * The @a aMode and @a aDecimal parameters are used for rounding the resulting
     
    30233023/**
    30243024 *  Reformats the input string @a aStr so that:
    3025  *  - strings in single quotes will be put inside <nobr> and marked
     3025 *  - strings in single quotes will be put inside \<nobr\> and marked
    30263026 *    with bold style;
    30273027 *  - UUIDs be put inside <nobr> and marked
    30283028 *    with italic style;
    3029  *  - replaces new line chars with </p><p> constructs to form paragraphs
    3030  *    (note that <p> and </p> are not appended to the beginning and to the
     3029 *  - replaces new line chars with \</p\>\<p\> constructs to form paragraphs
     3030 *    (note that \<p\> and \</p\> are not appended to the beginning and to the
    30313031 *     end of the string respectively, to allow the result be appended
    30323032 *     or prepended to the existing paragraph).
     
    34473447 *
    34483448 *  In order to support accelerators used in non-alphabet languages
    3449  *  (e.g. Japanese) that has a form of "(&<L>)" (where <L> is a latin letter),
     3449 *  (e.g. Japanese) that has a form of "(&\<L\>)" (where \<L\> is a latin letter),
    34503450 *  this method first searches for this pattern and, if found, removes it as a
    34513451 *  whole. If such a pattern is not found, then the '&' character is simply
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