From 501d6006a26e559d85831b7588404a0c1c1f8d2d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 Jul 2014 09:46:59 +0200 Subject: Doxygen updates --- libxsd/xsd/cxx/tree/elements.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libxsd/xsd') diff --git a/libxsd/xsd/cxx/tree/elements.hxx b/libxsd/xsd/cxx/tree/elements.hxx index a3bbea4..18b268c 100644 --- a/libxsd/xsd/cxx/tree/elements.hxx +++ b/libxsd/xsd/cxx/tree/elements.hxx @@ -91,7 +91,7 @@ namespace xsd * * This flag only makes sense together with the @c keep_dom * flag in the call to the %parsing function with the - * @c dom::auto_ptr/unique_ptr argument. + * @c dom::auto_ptr/unique_ptr\ argument. * */ static const unsigned long own_dom = 0x00000200UL; @@ -1344,7 +1344,7 @@ namespace xsd /** * @brief Set the anySimpleType text content. * - * @param e A new text string to set. + * @param t A new text string to set. */ void text_content (const std::basic_string& t); -- cgit v1.1