Changeset 61760 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jun 20, 2016 9:12:50 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/json.cpp
r61737 r61760 380 380 * @returns nothing. 381 381 * @param pTokenizer The tokenizer state. 382 * @param cSkip Amount of characters to skip making up the new line. 382 383 */ 383 384 DECLINLINE(void) rtJsonTokenizerNewLine(PRTJSONTOKENIZER pTokenizer, unsigned cSkip) … … 758 759 * 759 760 * @returns true if the class matched and the token was consumed. 760 * @ paramfalse otherwise.761 * @retval false otherwise. 761 762 * @param pTokenizer The tokenizer state. 762 763 * @param enmClass The token class to match against. … … 839 840 * @returns IPRT status code. 840 841 * @param pTokenizer The tokenizer to use. 841 * @param p ValThe JSON array value to fill in.842 * @param pJsonVal The JSON array value to fill in. 842 843 * @param pErrInfo Where to store extended error info. Optional. 843 844 */ … … 913 914 * @returns IPRT status code. 914 915 * @param pTokenizer The tokenizer to use. 915 * @param p ValThe JSON object value to fill in.916 * @param pJsonVal The JSON object value to fill in. 916 917 * @param pErrInfo Where to store extended error info. Optional. 917 918 */
Note:
See TracChangeset
for help on using the changeset viewer.