mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Documentation generation fixups.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22675 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c08754f47a
commit
74446f056e
3 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-03-18 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Tools/AGSOutput.m: Get rid of bogus ' '
|
||||
* Tools/AGSHtml.m: Fix error in display of category method index.
|
||||
|
||||
2006-03-17 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/cifframe.h: Add code to try to get ffi muld to work on
|
||||
|
|
|
@ -471,8 +471,6 @@ static NSString *mainFont = nil;
|
|||
NSString *ref = [NSString stringWithFormat:
|
||||
@"(%@)%@", catName, mname];
|
||||
|
||||
ref = [ref stringByReplacingString: @":"
|
||||
withString: @"$"];
|
||||
[m setObject: file forKey: ref];
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2078,7 +2078,7 @@ static BOOL snuggleStart(NSString *t)
|
|||
ref = [NSString stringWithFormat:
|
||||
@"<ref type=\"method\" id=\"%@\" class=\"%@\">",
|
||||
mName, cName];
|
||||
sub = [NSString stringWithFormat: @"[%@ %@]",
|
||||
sub = [NSString stringWithFormat: @"[%@ %@]",
|
||||
cName, mName];
|
||||
}
|
||||
[a insertObject: ref atIndex: l++];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue