VirtualBox

Changeset 47837 in vbox


Ignore:
Timestamp:
Aug 19, 2013 9:48:33 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88110
Message:

Main: Documentation formatting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r47835 r47837  
    1062410624          the parameter must be one of the following:
    1062510625          <ul>
    10626             <li><b>r</b>Opens a file for reading.</li>
    10627             <li><b>r+</b>Opens a file for reading and writing.</li>
    10628             <li><b>w</b>Opens a file for writing.</li>
    10629             <li><b>w+</b>Opens a file for writing and reading.</li>
     10626            <li><tt>"r"</tt>: Opens a file for reading.</li>
     10627            <li><tt>"r+"</tt>: Opens a file for reading and writing.</li>
     10628            <li><tt>"w"</tt>: Opens a file for writing.</li>
     10629            <li><tt>"w+"</tt>: Opens a file for writing and reading.</li>
    1063010630          </ul>
    1063110631        </desc>
     
    1063610636          following:
    1063710637          <ul>
    10638             <li><b>ca</b>Creates a new file, always. Overwrites an existing file.</li>
    10639             <li><b>ce</b>Creates a new file if it does not exist. Fail if exist.</li>
    10640             <li><b>oc</b>Opens and existing file or create it if it does not exist.</li>
    10641             <li><b>oe</b>Opens an existing file or fail if it does not exist.</li>
    10642             <li><b>ot</b>Opens and truncate an existing file or fail if it does not exist.</li>
     10638            <li><tt>"ca"</tt>: Creates a new file, always. Overwrites an existing file.</li>
     10639            <li><tt>"ce"</tt>: Creates a new file if it does not exist. Fail if exist.</li>
     10640            <li><tt>"oc"</tt>: Opens and existing file or create it if it does not exist.</li>
     10641            <li><tt>"oe"</tt>: Opens an existing file or fail if it does not exist.</li>
     10642            <li><tt>"ot"</tt>: Opens and truncate an existing file or fail if it does not exist.</li>
    1064310643          </ul>
    1064410644        </desc>
     
    1067210672          the parameter must be one of the following:
    1067310673          <ul>
    10674             <li><b>r</b>Opens a file for reading.</li>
    10675             <li><b>r+</b>Opens a file for reading and writing.</li>
    10676             <li><b>w</b>Opens a file for writing.</li>
    10677             <li><b>w+</b>Opens a file for writing and reading.</li>
     10674            <li><tt>"r"</tt>: Opens a file for reading.</li>
     10675            <li><tt>"r+"</tt>: Opens a file for reading and writing.</li>
     10676            <li><tt>"w"</tt>: Opens a file for writing.</li>
     10677            <li><tt>"w+"</tt>: Opens a file for writing and reading.</li>
    1067810678          </ul>
    1067910679        </desc>
     
    1068410684          following:
    1068510685          <ul>
    10686             <li><b>ca</b>Creates a new file, always. Overwrites an existing file.</li>
    10687             <li><b>ce</b>Creates a new file if it does not exist. Fail if exist.</li>
    10688             <li><b>oc</b>Opens and existing file or create it if it does not exist.</li>
    10689             <li><b>oe</b>Opens an existing file or fail if it does not exist.</li>
    10690             <li><b>ot</b>Opens and truncate an existing file or fail if it does not exist.</li>
     10686            <li><tt>"ca"</tt>: Creates a new file, always. Overwrites an existing file.</li>
     10687            <li><tt>"ce"</tt>: Creates a new file if it does not exist. Fail if exist.</li>
     10688            <li><tt>"oc"</tt>: Opens and existing file or create it if it does not exist.</li>
     10689            <li><tt>"oe"</tt>: Opens an existing file or fail if it does not exist.</li>
     10690            <li><tt>"ot"</tt>: Opens and truncate an existing file or fail if it does not exist.</li>
    1069110691          </ul>
    1069210692        </desc>
Note: See TracChangeset for help on using the changeset viewer.

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