added GSdoc comments to header and source files

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19589 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adrian Robert 2004-06-22 22:41:34 +00:00
parent bda35fceb3
commit 95f2edc597

View file

@ -1,3 +1,18 @@
2004-06-22 Adrian Robert <arobert@cogsci.ucsd.edu>
* Headers/Additions/GNUstepBase/GSObjCRuntime.h: Fix typos in GSdoc
that were causing errors when autogsdoc is run.
* Headers/Foundation/*.h
* Source/*.m
* Source/Additions/GSCategories.m
* Source/Additions/Unicode.m: Add GSdoc comments to many files. When
a class had no documentation at all, or existing documentation was in
the header file, comments were added in the header file. When a class
had all or most of its documentation in the source file, comments were
added there. (Maybe a policy should be decided for this at some
point?)
* Source/DocMakefile: Add "NSIndexSet.h" to list to generate GSdoc for.
2004-06-22 Adrian Robert <arobert@cogsci.ucsd.edu>
* Documentation/HtmlNav: Add top-level documentation HTML page, that