From a7f656c04185d784b8afd3f88e92796def11aeb5 Mon Sep 17 00:00:00 2001 From: Michael Vogel 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 */