Author: borisk
Date: Tue Nov 24 11:41:38 2009
New Revision: 883665
URL: http://svn.apache.org/viewvc?rev=883665&view=rev
Log:
Doxygen documentation fixes.
Modified:
xerces/c/trunk/src/xercesc/dom/DOMLSSerializer.hpp
xerces/c/trunk/src/xercesc/framework/psvi/XSParticle.hpp
Modified: xerces/c/trunk/src/xercesc/dom/DOMLSSerializer.hpp
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/dom/DOMLSSerializer.hpp?rev=883665&r1=883664&r2=883665&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/dom/DOMLSSerializer.hpp (original)
+++ xerces/c/trunk/src/xercesc/dom/DOMLSSerializer.hpp Tue Nov 24 11:41:38 2009
@@ -403,10 +403,10 @@
* 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>
Modified: xerces/c/trunk/src/xercesc/framework/psvi/XSParticle.hpp
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/framework/psvi/XSParticle.hpp?rev=883665&r1=883664&r2=883665&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSParticle.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSParticle.hpp Tue Nov 24
11:41:38 2009
@@ -75,6 +75,7 @@
* @param particleTerm
* @param minOccurs
* @param maxOccurs
+ * @param unbounded
* @param manager The configurable memory manager
*/
XSParticle
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]