summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx/tree
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-07-08 08:03:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-07-08 08:03:22 +0200
commitcdc54907bf84427a71752b23679895e942752eb2 (patch)
treeeb304f64b6378c23385e848b747f314c8f8779ff /libxsd/xsd/cxx/tree
parentd059883b5f6d465c5c6d0eb0ed19fa1d1a0b47de (diff)
Clarify comments
Diffstat (limited to 'libxsd/xsd/cxx/tree')
-rw-r--r--libxsd/xsd/cxx/tree/elements.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxsd/xsd/cxx/tree/elements.hxx b/libxsd/xsd/cxx/tree/elements.hxx
index ee32a62..a3bbea4 100644
--- a/libxsd/xsd/cxx/tree/elements.hxx
+++ b/libxsd/xsd/cxx/tree/elements.hxx
@@ -753,7 +753,7 @@ namespace xsd
* @brief Exception indicating that a DOM node cannot be associated
* with an object model node.
*/
- class bad_dom_node_type: public std::exception //@@ Inherit exception.
+ class bad_dom_node_type: public std::exception //@@ Inherit exception<C>.
{
public:
/**
@@ -843,7 +843,7 @@ namespace xsd
}
}
- //@@ Does not inherit from exception.
+ //@@ Does not inherit from exception<C>.
//
struct not_registered: std::exception
{