VirtualBox

vbox的更動 61760 路徑 trunk/src/VBox/Runtime


忽略:
時間撮記:
2016-6-20 上午09:12:50 (8 年 以前)
作者:
vboxsync
訊息:

doxygen fixes

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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 */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette