Documentation tweak

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23061 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-06-15 08:25:38 +00:00
parent ff79e8f42c
commit 54e6f089e7

View file

@ -661,7 +661,9 @@
/**
* Specify whether to generate compact XML (omit indentation and other white
* space and omit <string> element markup).
* space and omit &lt;string&gt; element markup).<br />
* Compact representation saves some space (can be important when sent over
* slow/low bandwidth connections), but sacrifices readability.
*/
- (void) setCompact: (BOOL)flag;