summaryrefslogtreecommitdiff
path: root/libxsd
diff options
context:
space:
mode:
Diffstat (limited to 'libxsd')
-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 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<DOMDocument> argument.
+ * @c dom::auto_ptr/unique_ptr\<DOMDocument> 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<C>& t);