mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Various minor bugfixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11771 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c3c044a1c5
commit
03833293c0
3 changed files with 4 additions and 2 deletions
|
@ -838,7 +838,7 @@ NSLog(@"Element '%@' not implemented", name); // FIXME
|
|||
[buf appendString: indent];
|
||||
[buf appendString: @"<h2>"];
|
||||
[buf appendString:
|
||||
[self makeAnchor: name ofType: @"protocol" name: name]];
|
||||
[self makeAnchor: unit ofType: @"protocol" name: name]];
|
||||
[buf appendString: @"</h2>\n"];
|
||||
[self outputUnit: node to: buf];
|
||||
unit = nil;
|
||||
|
|
|
@ -1046,6 +1046,8 @@ fail:
|
|||
[dict setObject: methods forKey: @"Methods"];
|
||||
}
|
||||
|
||||
[dict setObject: declared forKey: @"Declared"];
|
||||
|
||||
d = [info objectForKey: @"Protocols"];
|
||||
if (d == nil)
|
||||
{
|
||||
|
|
|
@ -501,8 +501,8 @@ main(int argc, char **argv, char **env)
|
|||
}
|
||||
else
|
||||
{
|
||||
sdir = [sourceDirectory stringByAppendingPathComponent: hdir];
|
||||
hdir = [headerDirectory stringByAppendingPathComponent: hdir];
|
||||
sdir = [sourceDirectory stringByAppendingPathComponent: sdir];
|
||||
}
|
||||
ddir = documentationDirectory;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue