Commit e236824a authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #120 from NimbusKit/propertynames

Pull out property names in Objective-C.
parents 510e7b2c f4ff0ea8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment