more XML to JSON

This commit is contained in:
Olof Hagsand 2016-10-02 12:09:36 +02:00
parent 831ab1be30
commit 7062a75fd7
2 changed files with 90 additions and 86 deletions

View file

@ -519,7 +519,7 @@ xml_find(cxobj *x_up,
return NULL;
}
/*! Add xc as child to xp. Remove xc from previous parent.
/*! Append xc as child to xp. Remove xc from previous parent.
* @param[in] xp Parent xml node
* @param[in] xc Child xml node to insert under xp
* @retval 0 OK