mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 15:18:20 +00:00
base: supplement comment of Xml_node constructor
This commit is contained in:
committed by
Christian Helmuth
parent
8d797105b3
commit
e0c0794f33
@ -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),
|
||||||
|
Reference in New Issue
Block a user