Ignore:
Timestamp:
Nov 17, 2017 4:07:43 AM (6 years ago)
Author:
ming
Message:

Re #2063: Add more doc in other parts of the library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/include/pjlib-util/xml.h

    r3553 r5697  
    7474 * be included in the resulted XML node tree. 
    7575 * 
     76 * Note that the XML message input buffer MUST be NULL terminated and have 
     77 * length at least len+1 (len MUST NOT include the NULL terminator). 
     78 * 
    7679 * @param pool      Pool to allocate memory from. 
    77  * @param msg       The XML message to parse. 
    78  * @param len       The length of the message. 
     80 * @param msg       The XML message to parse, MUST be NULL terminated. 
     81 * @param len       The length of the message, not including NULL terminator. 
    7982 * 
    8083 * @return          XML root node, or NULL if the XML document can not be parsed. 
Note: See TracChangeset for help on using the changeset viewer.