Document more GNUstep specific functions and macros.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15436 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-12-31 19:47:26 +00:00
parent 8822be632d
commit fad5fdf559
3 changed files with 8 additions and 3 deletions

View file

@ -22,7 +22,7 @@
License along with this library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
AutogsdocSource: Additions/NSObjCRuntime.m
AutogsdocSource: Additions/GSObjCRuntime.m
*/

View file

@ -46,7 +46,7 @@ GS_EXPORT NSArray *GSStandardPathPrefixes(void);
#endif
GS_EXPORT NSString *NSUserName(void);
GS_EXPORT NSString *NSHomeDirectory(void);
GS_EXPORT NSString *NSHomeDirectoryForUser(NSString *userName);
GS_EXPORT NSString *NSHomeDirectoryForUser(NSString *loginName);
#ifndef STRICT_OPENSTEP
typedef enum
@ -72,7 +72,7 @@ typedef unsigned int NSSearchPathDomainMask;
#define NSSystemDomainMask 0x00000008
#define NSAllDomainsMask 0xffffffff
GS_EXPORT NSArray *NSSearchPathForDirectoriesInDomains(NSSearchPathDirectory directory, NSSearchPathDomainMask domainMask, BOOL expandTilde);
GS_EXPORT NSArray *NSSearchPathForDirectoriesInDomains(NSSearchPathDirectory directoryKey, NSSearchPathDomainMask domainMask, BOOL expandTilde);
GS_EXPORT NSString *NSFullUserName(void);
GS_EXPORT NSArray *NSStandardApplicationPaths(void);
GS_EXPORT NSArray *NSStandardLibraryPaths(void);

View file

@ -34,7 +34,11 @@ Base_DOC_INSTALL_DIR = Developer
Base_AGSDOC_FILES = \
../Documentation/Base.gsdoc \
GSIArray.h \
GSIMap.h \
GSMime.h \
GSObjCRuntime.h \
GSUnion.h \
GSXML.h \
behavior.h \
Unicode.h \
@ -124,6 +128,7 @@ Base_AGSDOC_FLAGS = \
GS_EXPORT=extern;GS_DECLARE="";\
GS_RANGE_SCOPE=extern;GS_RANGE_ATTR="";\
GS_ZONE_SCOPE=extern;GS_ZONE_ATTR="";\
INLINE=inline;\
}' -Up Base
# Use local version of autogsdoc in case it is not installed