mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Add missing space in autogenerated text
This commit is contained in:
parent
96ed084569
commit
14fde39b4a
1 changed files with 2 additions and 2 deletions
|
@ -3562,7 +3562,7 @@ countAttributes(NSSet *keys, NSDictionary *a)
|
|||
forKey: @"Types"];
|
||||
token = [NSString stringWithFormat:
|
||||
@"Setter for property '%@' with attributes %@."
|
||||
@"See also <ref type=\"method\" id=\"-%@\""
|
||||
@" See also <ref type=\"method\" id=\"-%@\""
|
||||
@" class=\"%@\">[%@ -%@]</ref>\n",
|
||||
name, [attr allKeys], get, unitName, unitName, get];
|
||||
if (comment != nil)
|
||||
|
@ -3586,7 +3586,7 @@ countAttributes(NSSet *keys, NSDictionary *a)
|
|||
if (set)
|
||||
{
|
||||
token = [token stringByAppendingFormat:
|
||||
@"See also <ref type=\"method\" id=\"-%@\""
|
||||
@" See also <ref type=\"method\" id=\"-%@\""
|
||||
@" class=\"%@\">[%@ -%@]</ref>\n",
|
||||
set, unitName, unitName, set];
|
||||
if (comment != nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue