doc: tweaks for updated Genode Foundations book

This commit is contained in:
Norman Feske
2020-05-20 16:40:17 +02:00
committed by Christian Helmuth
parent 7c20ba84e4
commit ab8ef5750d
7 changed files with 68 additions and 9 deletions

View File

@ -1123,6 +1123,13 @@ class Genode::Xml_node
};
/**
* Utility for unquoting XML attributes
*
* The 'Xml_unquoted' utility can be used to revert quoted XML attribute
* values. Such quoting is needed whenever an attribute value can contain '"'
* characters.
*/
class Genode::Xml_unquoted : Noncopyable
{
private: