Tidy docs

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6130 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-02-28 18:30:41 +00:00
parent 1e64066f42
commit 9cb6ba8150
68 changed files with 1240 additions and 1324 deletions

View file

@ -18,38 +18,38 @@
<conform>NSCoding</conform>
<desc>
</desc>
<method type="NSMutableString*" factory="yes"><sel>stringWithCapacity:</sel><arg type="unsignedint">capacity</arg>
<method type="NSMutableString*" factory="yes"><sel>stringWithCapacity:</sel><arg type="unsigned int">capacity</arg>
<desc>
</desc>
</method>
</method>
<method type="void"><sel>appendFormat:</sel><arg type="NSString*">format,</arg>
<desc>
</desc>
</method>
</method>
<method type="void"><sel>appendString:</sel><arg type="NSString*">aString</arg>
<desc>
</desc>
</method>
</method>
<method type="void"><sel>deleteCharactersInRange:</sel><arg type="NSRange">aRange</arg>
<desc>
</desc>
</method>
<method type="id"><sel>initWithCapacity:</sel><arg type="unsignedint">capacity</arg>
</method>
<method type="id"><sel>initWithCapacity:</sel><arg type="unsigned int">capacity</arg>
<desc>
</desc>
</method>
</method>
<method type="void"><sel>insertString:</sel><arg type="NSString*">aString</arg>
<desc>
</desc>
</method>
</method>
<method type="void"><sel>replaceCharactersInRange:</sel><arg type="NSRange">aRange</arg><sel>withString:</sel><arg type="NSString*">aString</arg>
<desc>
</desc>
</method>
</method>
<method type="void"><sel>setString:</sel><arg type="NSString*">aString</arg>
<desc>
</desc>
</method>
</method>
</class>
</chapter>
</body>