Fixes based on CR.

This commit is contained in:
Markus Kauppila 2011-06-28 17:03:38 +03:00
parent 6cb39be4a6
commit c843c7e815
8 changed files with 317 additions and 330 deletions

View file

@ -34,6 +34,8 @@ typedef struct Attribute {
* Opens XML document.
* Creates header and start tag for root element.
*
* Note: XML creation is not thread-safe!
*
* \param rootTag Root tag for the XML document
* \return The generated XML output
*/