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/cli.h

    r4537 r5697  
    401401 * register it to the CLI application. 
    402402 * 
     403 * Note that the input string MUST be NULL terminated. 
     404 * 
    403405 * @param cli           The CLI application. 
    404406 * @param group         Optional group to which this command will be added 
     
    406408 *                      command. 
    407409 * @param xml           Input string containing XML node text for the 
    408  *                      command. 
     410 *                      command, MUST be NULL terminated. 
    409411 * @param handler       Function handler for the command. This must be NULL 
    410412 *                      if the command specifies a command group. 
Note: See TracChangeset for help on using the changeset viewer.