summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-11-08 19:16:43 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-11-08 19:16:43 +0000
commit3cf6af642856382c75467b41dc311778c3afc1fe (patch)
treefcfefccf6ab4a36650a6b13a024af5f4fe9635b4 /src/pugixml.hpp
parentf0f7ac697bddede3fd06bacde9eaa29ce59139b2 (diff)
docs: Minor documentation changes
git-svn-id: http://pugixml.googlecode.com/svn/trunk@233 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r--src/pugixml.hpp2
1 files changed, 1 insertions, 1 deletions
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