mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
03aa2b3917
commit
e598375a3c
6 changed files with 65 additions and 4 deletions
|
@ -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.
|
||||
#
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue