mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-10 22:44:30 +00:00
base: supplement comment of Xml_node constructor
This commit is contained in:
parent
8d797105b3
commit
e0c0794f33
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user