Commit f4ff0ea8 authored by Jeff Verkoeyen's avatar Jeff Verkoeyen

Pull out property names in Objective-C.

Property names are everything after the ::.
parent cc78b12b
......@@ -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