Skip to content

Commit

Permalink
Pull out property names in Objective-C.
Browse files Browse the repository at this point in the history
Property names are everything after the ::.
  • Loading branch information
jverkoey committed Feb 15, 2014
1 parent cc78b12 commit f4ff0ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/memberdef.cpp
Expand Up @@ -2701,6 +2701,8 @@ void MemberDef::writeDocumentation(MemberList *ml,OutputList &ol,
if (sp!=-1)
{
ldef=ldef.left(sp+1)+ldef.mid(ep+2);
} else {
ldef=ldef.mid(ep+2);
}
}
// strip keywords
Expand Down

0 comments on commit f4ff0ea

Please sign in to comment.