Various documentation fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14690 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-10-09 11:30:37 +00:00
parent 03aa2b3917
commit e598375a3c
6 changed files with 65 additions and 4 deletions

View file

@ -76,6 +76,7 @@ NSNull.h \
NSNumberFormatter.h \
NSObjCRuntime.h \
NSObject.h \
NSPathUtilities.h \
NSPort.h \
NSPortCoder.h \
NSPortMessage.h \
@ -132,10 +133,20 @@ include $(GNUSTEP_MAKEFILES)/documentation.make
# directory, and temporarily copy the base source file here for autogsdoc
# to use.
#
before-all::
$(MKDIRS) ../Documentation/Base
before-all:: ../Documentation/Base \
../Documentation/Base/Functions.gsdoc \
../Documentation/Base/TypesAndConstants.gsdoc
cp ../Documentation/Base.gsdoc .
../Documentation/Base:
$(MKDIRS) ../Documentation/Base
../Documentation/Base/Functions.gsdoc: ../Documentation/Functions.gsdoc
cp ../Documentation/Functions.gsdoc ../Documentation/Base
../Documentation/Base/TypesAndConstants.gsdoc: ../Documentation/TypesAndConstants.gsdoc
cp ../Documentation/TypesAndConstants.gsdoc ../Documentation/Base
#
# Clean up temporary files used while generating documentation.
#

View file

@ -242,7 +242,7 @@ NSEndHashTableEnumeration(NSHashEnumerator *enumerator)
/**
* Return an enumerator for stepping through a map table using the
* NSNextHashEnumeratorPair() function.
* NSNextHashEnumeratorItem() function.
*/
NSHashEnumerator
NSEnumerateHashTable(NSHashTable *table)