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
*
* The constructor validates if the start tag has a
* matching end tag of the same depth and counts
* the number of immediate sub nodes.
* The constructor validates if the start tag has a matching end tag of
* the same depth and counts the number of immediate sub nodes.
*
* \throw Invalid_syntax
*/
Xml_node(const char *addr, size_t max_len = ~0UL) :
_addr(addr),