mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Documentation generation improvments
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29047 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f3eaac4188
commit
d9749d603d
6 changed files with 85 additions and 7 deletions
|
@ -19,10 +19,10 @@
|
|||
Boston, MA 02111 USA.
|
||||
|
||||
<title>NSLock class reference</title>
|
||||
<ignore> All autogsdoc markup is in the header
|
||||
*/
|
||||
|
||||
|
||||
|
||||
// This file uses some SUS'98 extensions, so we need to tell glibc not to hide
|
||||
// them. Other platforms have more sensible libcs, which just default to being
|
||||
// standards-compliant.
|
||||
|
@ -36,7 +36,7 @@
|
|||
#include <errno.h>
|
||||
#import "Foundation/NSException.h"
|
||||
|
||||
/**
|
||||
/*
|
||||
* Methods shared between NSLock, NSRecursiveLock, and NSCondition
|
||||
*
|
||||
* Note: These methods currently throw exceptions when locks are incorrectly
|
||||
|
@ -126,7 +126,7 @@ static pthread_mutexattr_t attr_normal;
|
|||
static pthread_mutexattr_t attr_reporting;
|
||||
static pthread_mutexattr_t attr_recursive;
|
||||
|
||||
/**
|
||||
/*
|
||||
* OS X 10.5 compatibility function to allow debugging deadlock conditions.
|
||||
*/
|
||||
void _NSLockError(id obj, SEL _cmd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue