VirtualBox

Changeset 99758 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
May 11, 2023 9:37:59 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157349
Message:

IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt is documented in the header files). bugref:10442

Location:
trunk/src/VBox/Runtime/r3/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/localipc-win.cpp

    r98103 r99758  
    567567 * Retains a reference to the server instance.
    568568 *
    569  * @returns
    570569 * @param   pThis               The server instance.
    571570 */
  • trunk/src/VBox/Runtime/r3/win/path-win.cpp

    r98103 r99758  
    6161typedef FNSHGETFOLDERPATHW *PFNSHGETFOLDERPATHW;
    6262
    63 /**
    64  * Get the real (no symlinks, no . or .. components) path, must exist.
    65  *
    66  * @returns iprt status code.
    67  * @param   pszPath         The path to resolve.
    68  * @param   pszRealPath     Where to store the real path.
    69  * @param   cchRealPath     Size of the buffer.
    70  */
     63
    7164RTDECL(int) RTPathReal(const char *pszPath, char *pszRealPath, size_t cchRealPath)
    7265{
     
    10194
    10295#if 0
    103 /**
    104  * Get the absolute path (no symlinks, no . or .. components), doesn't have to exit.
    105  *
    106  * @returns iprt status code.
    107  * @param   pszPath         The path to resolve.
    108  * @param   pszAbsPath      Where to store the absolute path.
    109  * @param   cchAbsPath      Size of the buffer.
    110  */
    11196RTDECL(int) RTPathAbs(const char *pszPath, char *pszAbsPath, size_t cchAbsPath)
    11297{
     
    160145
    161146
    162 /**
    163  * Gets the user home directory.
    164  *
    165  * @returns iprt status code.
    166  * @param   pszPath     Buffer where to store the path.
    167  * @param   cchPath     Buffer size in bytes.
    168  */
    169147RTDECL(int) RTPathUserHome(char *pszPath, size_t cchPath)
    170148{
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