VirtualBox

Changeset 7170 in vbox for trunk/include/iprt/path.h


Ignore:
Timestamp:
Feb 27, 2008 1:20:01 PM (17 years ago)
Author:
vboxsync
Message:

Doxygen fixes. (DOXYGEN -> DOXYGEN_RUNNING, ++)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/path.h

    r5999 r7170  
    9292 *          However it might be insufficient on other platforms
    9393 *          and even on PC a UNC volume spec won't be detected this way.
    94  *          Use the RTPath<too be created>() instead.
     94 *          Use the RTPath@<too be created@>() instead.
    9595 *
    9696 * @returns true if it is and false if it isn't.
     
    116116/**
    117117 * Checks if the path exists.
    118  * 
     118 *
    119119 * Symbolic links will all be attempted resolved.
    120  * 
     120 *
    121121 * @returns true if it exists and false if it doesn't.
    122122 * @param   pszPath     The path to check.
     
    267267 * @param   pszPath2    Path to compare (must be an absolute path).
    268268 *
    269  * @returns < 0 if the first path less than the second path.
     269 * @returns @< 0 if the first path less than the second path.
    270270 * @returns 0 if the first path identical to the second path.
    271  * @returns > 0 if the first path greater than the second path.
     271 * @returns @> 0 if the first path greater than the second path.
    272272 */
    273273RTDECL(int) RTPathCompare(const char *pszPath1, const char *pszPath2);
     
    323323 *
    324324 * Linux:    /usr/lib
    325  * Windows:  <program files directory>/<application>
     325 * Windows:  @<program files directory@>/@<application@>
    326326 * Old path: same as RTPathProgram()
    327327 *
     
    336336 * example NLS files, module sources, ...
    337337 *
    338  * Linux:    /usr/shared/<application>
    339  * Windows:  <program files directory>/<application>
     338 * Linux:    /usr/shared/@<application@>
     339 * Windows:  @<program files directory@>/@<application@>
    340340 * Old path: same as RTPathProgram()
    341341 *
     
    350350 * example modules which can be loaded at runtime.
    351351 *
    352  * Linux:    /usr/lib/<application>
    353  * Windows:  <program files directory>/<application>
     352 * Linux:    /usr/lib/@<application@>
     353 * Windows:  @<program files directory@>/@<application@>
    354354 * Old path: same as RTPathProgram()
    355355 *
     
    363363 * Gets the directory for documentation.
    364364 *
    365  * Linux:    /usr/share/doc/<application>
    366  * Windows:  <program files directory>/<application>
     365 * Linux:    /usr/share/doc/@<application@>
     366 * Windows:  @<program files directory@>/@<application@>
    367367 * Old path: same as RTPathProgram()
    368368 *
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