VirtualBox

Changeset 61760 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jun 20, 2016 9:12:50 AM (8 years ago)
Author:
vboxsync
Message:

doxygen fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/json.cpp

    r61737 r61760  
    380380 * @returns nothing.
    381381 * @param   pTokenizer      The tokenizer state.
     382 * @param   cSkip           Amount of characters to skip making up the new line.
    382383 */
    383384DECLINLINE(void) rtJsonTokenizerNewLine(PRTJSONTOKENIZER pTokenizer, unsigned cSkip)
     
    758759 *
    759760 * @returns true if the class matched and the token was consumed.
    760  * @param   false otherwise.
     761 * @retval  false otherwise.
    761762 * @param   pTokenizer      The tokenizer state.
    762763 * @param   enmClass        The token class to match against.
     
    839840 * @returns IPRT status code.
    840841 * @param   pTokenizer      The tokenizer to use.
    841  * @param   pVal            The JSON array value to fill in.
     842 * @param   pJsonVal        The JSON array value to fill in.
    842843 * @param   pErrInfo        Where to store extended error info. Optional.
    843844 */
     
    913914 * @returns IPRT status code.
    914915 * @param   pTokenizer      The tokenizer to use.
    915  * @param   pVal            The JSON object value to fill in.
     916 * @param   pJsonVal        The JSON object value to fill in.
    916917 * @param   pErrInfo        Where to store extended error info. Optional.
    917918 */
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