From 91f43d1db854a175dd517d943ef33a631450fdf1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Aug 2014 14:16:11 +0200 Subject: Clarify documentation --- libxsd/xsd/cxx/tree/types.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libxsd/xsd') diff --git a/libxsd/xsd/cxx/tree/types.hxx b/libxsd/xsd/cxx/tree/types.hxx index 288a291..89130dd 100644 --- a/libxsd/xsd/cxx/tree/types.hxx +++ b/libxsd/xsd/cxx/tree/types.hxx @@ -2432,7 +2432,7 @@ namespace xsd * @brief Get a constant pointer to the referenced object. * * @return A constant pointer to the referenced object or 0 if - * the object is not found. + * the object of this type is not found. */ const ref_type* get () const @@ -2444,7 +2444,7 @@ namespace xsd * @brief Get a pointer to the referenced object. * * @return A pointer to the referenced object or 0 if the object - * is not found. + * of this type is not found. */ ref_type* get () -- cgit v1.1