mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Documentation tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14923 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
53784dd3f4
commit
4a1aab94a6
11 changed files with 23 additions and 20 deletions
|
@ -183,7 +183,7 @@ static NSMutableSet *textNodes = nil;
|
|||
NSString *kind = (f == YES) ? @"rel=\"gsdoc\" href" : @"name";
|
||||
NSString *hash = (f == YES) ? @"#" : @"";
|
||||
|
||||
if (f == YES)
|
||||
if (f == NO)
|
||||
{
|
||||
if (u == nil)
|
||||
{
|
||||
|
|
|
@ -662,7 +662,6 @@ setDirectory(NSMutableDictionary *dict, NSString *path)
|
|||
*u = nil;
|
||||
return nil;
|
||||
}
|
||||
|
||||
if (*u == nil)
|
||||
{
|
||||
/**
|
||||
|
@ -708,6 +707,7 @@ setDirectory(NSMutableDictionary *dict, NSString *path)
|
|||
*u = [self globalRef: *u type: @"super"];
|
||||
if (*u != nil)
|
||||
{
|
||||
*u = [*u lastPathComponent];
|
||||
s = [t objectForKey: *u];
|
||||
if (s != nil)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue