VirtualBox

Changeset 90839 in vbox


Ignore:
Timestamp:
Aug 24, 2021 11:36:54 AM (3 years ago)
Author:
vboxsync
Message:

IPRT: Doxygen fixes.

Location:
trunk/include/iprt
Files:
3 edited

Legend:

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

    r85224 r90839  
    316316 *
    317317 * @returns IPRT status code.
    318  * @param   pbBuf               Pointer to the bytes to output.
     318 * @param   pvBuf               Pointer to the bytes to output.
    319319 * @param   cbToWrite           The number of bytes to write.
    320320 * @param   pvUser              Callback user parameter.
  • trunk/include/iprt/http.h

    r87004 r90839  
    488488 * @param   hHttp           The HTTP client handle.
    489489 * @param   pvUser          The user parameter specified when registering the callback.
    490  * @param   cbDowloadTotal The content-length value, if available.
     490 * @param   cbDownloadTotal The content-length value, if available.
    491491 *                          Warning! Not entirely clear what it will be if
    492492 *                                   unavailable, probably 0.
    493  * @param   cbDowloaded     How much was downloaded thus far.
     493 * @param   cbDownloaded    How much was downloaded thus far.
    494494 */
    495495typedef DECLCALLBACKTYPE(void, FNRTHTTPDOWNLDPROGRCALLBACK,(RTHTTP hHttp, void *pvUser, uint64_t cbDownloadTotal,
  • trunk/include/iprt/sort.h

    r85121 r90839  
    5656 * Sorter function for an array of variable sized elementes.
    5757 *
    58  * @param   papvArray       The array to sort.
     58 * @param   pvArray         The array to sort.
    5959 * @param   cElements       The number of elements in the array.
    6060 * @param   cbElement       The size of an array element.
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