Author: rfm
Date: Tue Jul 19 14:36:00 2016
New Revision: 40015

URL: http://svn.gna.org/viewcvs/gnustep?rev=40015&view=rev
Log:
add comment

Modified:
    libs/webservices/trunk/GWSCoder.h

Modified: libs/webservices/trunk/GWSCoder.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/webservices/trunk/GWSCoder.h?rev=40015&r1=40014&r2=40015&view=diff
==============================================================================
--- libs/webservices/trunk/GWSCoder.h   (original)
+++ libs/webservices/trunk/GWSCoder.h   Tue Jul 19 14:36:00 2016
@@ -179,7 +179,9 @@
 
 /**
  * Resets parsing and/or building, releasing any temporary
- * data stored during parse etc.
+ * data stored during parse etc.<br />
+ * This does not alter the effects of the -setCompact:
+ * or -setCRLF: methods.
  */
 - (void) reset;
 
@@ -192,7 +194,9 @@
 - (void) setCompact: (BOOL)flag;
 
 /** Specifies whether newlines are represented as a single LF or as a
- * CRLF sequence when generating output.
+ * CRLF sequence when generating output.<br />
+ * NB this has no effect for compact output (where all output is on a
+ * single line).
  */
 - (void) setCRLF: (BOOL)flag;
 


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to