Documentation updates.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14719 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-10-11 11:00:10 +00:00
parent dfbdc838df
commit 36372f83f2
9 changed files with 581 additions and 10 deletions

View file

@ -284,6 +284,7 @@ NSLogv (NSString* format, va_list args)
* <p>This function is recommended for printing general log messages.
* For debug messages use NSDebugLog() and friends. For error logging
* use NSLog(), and for warnings you might consider NSWarnLog().
* </p>
*/
BOOL
GSPrintf (FILE *fptr, NSString* format, ...)