From c863eaf05b08711c86126d869fa7cca690604650 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov <borisk@apache.org> Date: Tue, 24 Nov 2009 11:41:38 +0000 Subject: [PATCH] Doxygen documentation fixes. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@883665 13f79535-47bb-0310-9956-ffa450edef68 --- src/xercesc/dom/DOMLSSerializer.hpp | 6 +++--- src/xercesc/framework/psvi/XSParticle.hpp | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/xercesc/dom/DOMLSSerializer.hpp b/src/xercesc/dom/DOMLSSerializer.hpp index 33f3ed2ea..8bb4ff71e 100644 --- a/src/xercesc/dom/DOMLSSerializer.hpp +++ b/src/xercesc/dom/DOMLSSerializer.hpp @@ -403,10 +403,10 @@ public: * the default to match the usual convention for text files in the * environment being used. Implementations must choose a default * sequence that matches one of those allowed by 2.11 "End-of-Line - * Handling". However, Xerces-C++ always uses LF ('\n') when this + * Handling". However, Xerces-C++ always uses LF when this * property is set to <code>null</code> since otherwise automatic - * translation of '\n' to '\r\n' on Windows for text files would - * result in such files containing '\r\r\n'. If you need Windows-style + * translation of LF to CR-LF on Windows for text files would + * result in such files containing CR-CR-LF. If you need Windows-style * end of line sequences in your output, consider writing to a file * opened in text mode or explicitly set this property to CR-LF.</dd> * <dt>CR</dt> diff --git a/src/xercesc/framework/psvi/XSParticle.hpp b/src/xercesc/framework/psvi/XSParticle.hpp index 56e2aa5d9..8d3769b7a 100644 --- a/src/xercesc/framework/psvi/XSParticle.hpp +++ b/src/xercesc/framework/psvi/XSParticle.hpp @@ -75,6 +75,7 @@ public: * @param particleTerm * @param minOccurs * @param maxOccurs + * @param unbounded * @param manager The configurable memory manager */ XSParticle -- GitLab