mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Documentation improvements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11955 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a11fa94fba
commit
ccc7d31614
3 changed files with 918 additions and 387 deletions
|
@ -1,9 +1,11 @@
|
|||
2002-01-02 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSXML.m: Tidied some methods and added autogsdoc comments.
|
||||
* Source/NSData.[hm]: implement ([-writeToURL:atomically:])
|
||||
* Source/GSXML.[hm]: Tidy document API to be more consistent
|
||||
with other classes. Add some autogsdoc comments.
|
||||
* Tools/AGSIndex.m: Bugfix in setting links to superclasses.
|
||||
* Tools/AGSOutput.m: Infinite recursion fix.
|
||||
|
||||
2002-01-01 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
+ (GSXMLDocument*) documentFrom: (void*)data;
|
||||
+ (GSXMLDocument*) documentWithVersion: (NSString*)version;
|
||||
|
||||
- (NSString*) description;
|
||||
- (NSString*) encoding;
|
||||
|
||||
- (id) initFrom: (void*)data;
|
||||
|
|
1302
Source/GSXML.m
1302
Source/GSXML.m
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue