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

@ -21,95 +21,95 @@
<method type="id" factory="yes"><sel>localizedScannerWithString:</sel><arg type="NSString*">aString</arg>
<desc>
</desc>
</method>
</method>
<method type="id" factory="yes"><sel>scannerWithString:</sel><arg type="NSString*">aString</arg>
<desc>
</desc>
</method>
</method>
<method type="BOOL"><sel>caseSensitive</sel>
<desc>
</desc>
</method>
</method>
<method type="NSCharacterSet*"><sel>charactersToBeSkipped</sel>
<desc>
</desc>
</method>
</method>
<method type="id"><sel>initWithString:</sel><arg type="NSString*">aString</arg>
<desc>
</desc>
</method>
</method>
<method type="BOOL"><sel>isAtEnd</sel>
<desc>
</desc>
</method>
</method>
<method type="NSDictionary*"><sel>locale</sel>
<desc>
</desc>
</method>
</method>
<method type="BOOL"><sel>scanCharactersFromSet:</sel><arg type="NSCharacterSet*">scanSet</arg><sel>intoString:</sel><arg type="NSString**">stringValue</arg>
<desc>
</desc>
</method>
</method>
<method type="BOOL"><sel>scanDecimal:</sel><arg type="NSDecimal*">decimalValue</arg>
<desc>
</desc>
</method>
</method>
<method type="BOOL"><sel>scanDouble:</sel><arg type="double*">doubleValue</arg>
<desc>
</desc>
</method>
</method>
<method type="BOOL"><sel>scanFloat:</sel><arg type="float*">floatValue</arg>
<desc>
</desc>
</method>
<method type="BOOL"><sel>scanHexInt:</sel><arg type="unsignedint*">intValue</arg>
</method>
<method type="BOOL"><sel>scanHexInt:</sel><arg type="unsigned int*">intValue</arg>
<desc>
</desc>
</method>
</method>
<method type="BOOL"><sel>scanInt:</sel><arg type="int*">intValue</arg>
<desc>
</desc>
</method>
<method type="unsignedint"><sel>scanLocation</sel>
</method>
<method type="unsigned int"><sel>scanLocation</sel>
<desc>
</desc>
</method>
</method>
<method type="BOOL"><sel>scanLongLong:</sel><arg type="longlong*">longLongValue</arg>
<desc>
</desc>
</method>
</method>
<method type="BOOL"><sel>scanString:</sel><arg type="NSString*">string</arg><sel>intoString:</sel><arg type="NSString**">stringValue</arg>
<desc>
</desc>
</method>
</method>
<method type="BOOL"><sel>scanUpToCharactersFromSet:</sel><arg type="NSCharacterSet*">stopSet</arg><sel>intoString:</sel><arg type="NSString**">stringValue</arg>
<desc>
</desc>
</method>
</method>
<method type="BOOL"><sel>scanUpToString:</sel><arg type="NSString*">stopString</arg>
<desc>
</desc>
</method>
</method>
<method type="void"><sel>setCaseSensitive:</sel><arg type="BOOL">flag</arg>
<desc>
</desc>
</method>
</method>
<method type="void"><sel>setCharactersToBeSkipped:</sel><arg type="NSCharacterSet*">skipSet</arg>
<desc>
</desc>
</method>
</method>
<method type="void"><sel>setLocale:</sel><arg type="NSDictionary*">aLocale</arg>
<desc>
</desc>
</method>
<method type="void"><sel>setScanLocation:</sel><arg type="unsignedint">index</arg>
</method>
<method type="void"><sel>setScanLocation:</sel><arg type="unsigned int">index</arg>
<desc>
</desc>
</method>
</method>
<method type="NSString*"><sel>string</sel>
<desc>
</desc>
</method>
</method>
</class>
</chapter>
</body>