base: supplement comment of Xml_node constructor

This commit is contained in:
Norman Feske
2016-05-09 17:08:33 +02:00
committed by Christian Helmuth
parent 8d797105b3
commit e0c0794f33

View File

@ -586,9 +586,10 @@ class Genode::Xml_node
/** /**
* Constructor * Constructor
* *
* The constructor validates if the start tag has a * The constructor validates if the start tag has a matching end tag of
* matching end tag of the same depth and counts * the same depth and counts the number of immediate sub nodes.
* the number of immediate sub nodes. *
* \throw Invalid_syntax
*/ */
Xml_node(const char *addr, size_t max_len = ~0UL) : Xml_node(const char *addr, size_t max_len = ~0UL) :
_addr(addr), _addr(addr),