diff options
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r-- | src/pugixml.hpp | 2 |
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
|