From cdc54907bf84427a71752b23679895e942752eb2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Jul 2014 08:03:22 +0200 Subject: Clarify comments --- libxsd/xsd/cxx/tree/elements.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libxsd/xsd/cxx/tree') 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. { public: /** @@ -843,7 +843,7 @@ namespace xsd } } - //@@ Does not inherit from exception. + //@@ Does not inherit from exception. // struct not_registered: std::exception { -- cgit v1.1