From 3cf6af642856382c75467b41dc311778c3afc1fe Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 8 Nov 2009 19:16:43 +0000 Subject: docs: Minor documentation changes git-svn-id: http://pugixml.googlecode.com/svn/trunk@233 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pugixml.hpp') diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 4c447dc..95a3f7e 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -262,7 +262,7 @@ namespace pugi enum xpath_type_t { xpath_type_none, ///< Unknown type (query failed to compile) - xpath_type_node_set, ///< Node set (\see xpath_node_set) + xpath_type_node_set, ///< Node set (xpath_node_set) xpath_type_number, ///< Number xpath_type_string, ///< String xpath_type_boolean ///< Boolean -- cgit v1.2.3