From b6121a0009340a15e7d0317803707d4c11197a6d Mon Sep 17 00:00:00 2001
From: Michael Vogel <icarus@dabo.de>
Date: Mon, 28 Mar 2016 00:06:46 +0200
Subject: [PATCH] And wow ... some more documentation

---
 include/xml.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/xml.php b/include/xml.php
index 2bcc73b8f7..aa74cf65cf 100644
--- a/include/xml.php
+++ b/include/xml.php
@@ -12,6 +12,7 @@ class xml {
 	 * @param object $xml The createdXML will be returned by reference
 	 * @param bool $remove_header Should the XML header be removed or not?
 	 * @param array $namespaces List of namespaces
+	 * @param bool $root - interally used parameter. Mustn't be used from outside.
 	 *
 	 * @return string The created XML
 	 */