cli show options. doc and testing
This commit is contained in:
parent
6f2c4a076d
commit
09d33acd45
8 changed files with 64 additions and 6 deletions
|
|
@ -881,7 +881,7 @@ xml_child_order(cxobj *xp,
|
|||
* Further, never manipulate the child-list during operation or using the
|
||||
* same object recursively, the function uses an internal field to remember the
|
||||
* index used. It works as long as the same object is not iterated concurrently.
|
||||
* If you need to delete a node you can do somethjing like:
|
||||
* If you need to delete a node you can do somethhing like:
|
||||
* @code
|
||||
* cxobj *xprev = NULL;
|
||||
* cxobj *x = NULL;
|
||||
|
|
@ -892,6 +892,7 @@ xml_child_order(cxobj *xp,
|
|||
* x = xprev;
|
||||
* continue;
|
||||
* }
|
||||
* xprev = x;
|
||||
* }
|
||||
* @endcode
|
||||
#ifdef XML_EXPLICIT_INDEX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue