mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Many minor fixes for autogsdoc.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11787 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b26f86d146
commit
d7e28f6deb
128 changed files with 697 additions and 456 deletions
|
@ -1,9 +1,10 @@
|
|||
/* Implementation for NSProcessInfo for GNUStep
|
||||
Copyright (C) 1995-1999 Free Software Foundation, Inc.
|
||||
/** Implementation for NSProcessInfo for GNUStep
|
||||
Copyright (C) 1995-2001 Free Software Foundation, Inc.
|
||||
|
||||
Written by: Georg Tuparev, EMBL & Academia Naturalis,
|
||||
Written by: Georg Tuparev <Tuparev@EMBL-Heidelberg.de>
|
||||
Heidelberg, Germany
|
||||
Tuparev@EMBL-Heidelberg.de
|
||||
Modified by: Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
This file is part of the GNUstep Base Library.
|
||||
|
||||
|
@ -523,7 +524,7 @@ int main(int argc, char *argv[], char *env[])
|
|||
*/
|
||||
+ (void)initializeWithArguments:(char**)argv
|
||||
count:(int)argc
|
||||
environment:(char**)env;
|
||||
environment:(char**)env
|
||||
{
|
||||
if (!_gnu_processName && !_gnu_arguments && !_gnu_environment)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue