summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-02-15 11:08:35 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-02-15 11:08:35 (GMT)
commite236824a291b77d500bdd2b91a4ea1ad29c65b5c (patch)
tree5033994dc95156a34346dd97c55918f504bc7b23 /src
parent510e7b2c0d410ea289c2e788277becbd76bb4c57 (diff)
parentf4ff0ea8b11560ce718bb41b63bdf793cd333f27 (diff)
downloadDoxygen-e236824a291b77d500bdd2b91a4ea1ad29c65b5c.zip
Doxygen-e236824a291b77d500bdd2b91a4ea1ad29c65b5c.tar.gz
Doxygen-e236824a291b77d500bdd2b91a4ea1ad29c65b5c.tar.bz2
Merge pull request #120 from NimbusKit/propertynames
Pull out property names in Objective-C.
Diffstat (limited to 'src')
-rw-r--r--src/memberdef.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/memberdef.cpp b/src/memberdef.cpp
index b0a6668..8c5194e 100644
--- a/src/memberdef.cpp
+++ b/src/memberdef.cpp
@@ -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