VirtualBox

Changeset 40771 in vbox for trunk/include


Ignore:
Timestamp:
Apr 5, 2012 12:16:23 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77272
Message:

iprt/string.h: comment fixes

File:
1 edited

Legend:

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

    r40507 r40771  
    30583058 * @returns Pointer to the removed string node.
    30593059 * @returns NULL if the string was not found in the string space.
    3060  * @param   pStrSpace       The space to insert it into.
     3060 * @param   pStrSpace       The space to remove it from.
    30613061 * @param   pszString       The string to remove.
    30623062 */
     
    30683068 * @returns Pointer to the string node.
    30693069 * @returns NULL if the string was not found in the string space.
    3070  * @param   pStrSpace       The space to insert it into.
     3070 * @param   pStrSpace       The space to get it from.
    30713071 * @param   pszString       The string to get.
    30723072 */
     
    30783078 * @returns Pointer to the string node.
    30793079 * @returns NULL if the string was not found in the string space.
    3080  * @param   pStrSpace       The space to insert it into.
     3080 * @param   pStrSpace       The space to get it from.
    30813081 * @param   pszString       The string to get.
    30823082 * @param   cchMax          The max string length to evaluate.  Passing
     
    31063106 * @returns 0 or what ever non-zero return value pfnCallback returned
    31073107 *          when aborting the destruction.
    3108  * @param   pStrSpace       The space to insert it into.
     3108 * @param   pStrSpace       The space to destroy.
    31093109 * @param   pfnCallback     The callback.
    31103110 * @param   pvUser          The user argument.
     
    31193119 * @returns 0 or what ever non-zero return value pfnCallback returned
    31203120 *          when aborting the destruction.
    3121  * @param   pStrSpace       The space to insert it into.
     3121 * @param   pStrSpace       The space to enumerate.
    31223122 * @param   pfnCallback     The callback.
    31233123 * @param   pvUser          The user argument.
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