From 3547b1082098934d583f2c483c8eb5a59e9c2bbb Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Tue, 23 Sep 2008 23:34:58 +0000 Subject: * Lots of documentation for the Inkscape::XML namespace * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877) --- src/xml/croco-node-iface.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/xml/croco-node-iface.cpp') diff --git a/src/xml/croco-node-iface.cpp b/src/xml/croco-node-iface.cpp index a40ddd661..db98e3d01 100644 --- a/src/xml/croco-node-iface.cpp +++ b/src/xml/croco-node-iface.cpp @@ -45,6 +45,12 @@ static char const *get_local_name(CRXMLNodePtr n) { return local_part(static_cas static gboolean is_element_node(CRXMLNodePtr n) { return static_cast(n)->type() == ELEMENT_NODE; } } +/** + * @brief Interface for XML nodes used by libcroco + * + * This structure defines operations on Inkscape::XML::Node used by the libcroco + * CSS parsing library. + */ CRNodeIface const croco_node_iface = { get_parent, get_first_child, -- cgit v1.2.3