mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix missing line preventing enumeration constant documentation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@40254 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
80a0d3f28d
commit
4332808542
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2016-12-06 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Tools/AGSParser.m: Fix missing line preventing documentation of
|
||||
enumeration constants.
|
||||
|
||||
2016-11-28 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* Source/Additions/NSCalendarDate+GNUstepBase.m (weekOfYear): Fix
|
||||
|
|
|
@ -1478,6 +1478,7 @@ recheck:
|
|||
|
||||
if (ident != nil)
|
||||
{
|
||||
foundFieldComment = YES;
|
||||
[fieldComments appendString: @"<term><em>"];
|
||||
[fieldComments appendString: ident];
|
||||
[fieldComments appendString: @"</em></term>"];
|
||||
|
|
Loading…
Reference in a new issue