summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx/tree/elements.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-07-21 09:46:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-07-21 09:46:59 +0200
commit501d6006a26e559d85831b7588404a0c1c1f8d2d (patch)
tree7d99b1ef25af613d3dd61a693f2fc1b141691b9c /libxsd/xsd/cxx/tree/elements.hxx
parentac6afbe7133d7627697b32f7ce4169f553832609 (diff)
Doxygen updates
Diffstat (limited to 'libxsd/xsd/cxx/tree/elements.hxx')
-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);